Skip to content

Commit bade7b4

Browse files
committed
Debug build
1 parent a4486f4 commit bade7b4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/docker-latest.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ jobs:
6464
6565
-
6666
name: Start integration test components
67-
run: |
68-
docker compose -f ./integration-tests/docker-compose.yml up --wait
69-
status="$?"
70-
if [[ "$status" != 0 ]]; then
71-
echo "Error"
72-
docker compose -f ./integration-tests/docker-compose.yml logs
73-
exit "$status"
74-
fi
67+
run: docker compose -f ./integration-tests/docker-compose.yml up --wait
68+
69+
-
70+
name: Show integration test component logs on failure
71+
if: failure()
72+
run: docker compose -f ./integration-tests/docker-compose.yml logs
7573

7674
-
7775
name: Run integration tests

0 commit comments

Comments
 (0)