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 88229c4 commit 8bd8fa6Copy full SHA for 8bd8fa6
1 file changed
.github/workflows/scenario-integration-tests.yml
@@ -66,7 +66,7 @@ jobs:
66
for compose_file in $(find scenarios -name 'docker-compose.yml'); do
67
echo "Running tests for: $compose_file"
68
69
- docker compose -f "$compose_file" up --build --abort-on-container-exit --exit-code-from example; then
+ if ! docker compose -f "$compose_file" up --build --abort-on-container-exit --exit-code-from example; then
70
echo "❌ Tests failed for $compose_file. Dumping logs:"
71
docker compose -f "$compose_file" logs
72
docker compose -f "$compose_file" down -v --remove-orphans
0 commit comments