We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d0fbd commit a4486f4Copy full SHA for a4486f4
.github/workflows/docker-latest.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
docker compose -f ./integration-tests/docker-compose.yml up --wait
69
status="$?"
70
- if (( "$status" != 0 )); then
+ if [[ "$status" != 0 ]]; then
71
echo "Error"
72
docker compose -f ./integration-tests/docker-compose.yml logs
73
exit "$status"
0 commit comments