Skip to content

Commit a4486f4

Browse files
committed
Debug build
1 parent 64d0fbd commit a4486f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
docker compose -f ./integration-tests/docker-compose.yml up --wait
6969
status="$?"
70-
if (( "$status" != 0 )); then
70+
if [[ "$status" != 0 ]]; then
7171
echo "Error"
7272
docker compose -f ./integration-tests/docker-compose.yml logs
7373
exit "$status"

0 commit comments

Comments
 (0)