Skip to content

Commit 8bd8fa6

Browse files
committed
Test: github actions
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 88229c4 commit 8bd8fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scenario-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
for compose_file in $(find scenarios -name 'docker-compose.yml'); do
6767
echo "Running tests for: $compose_file"
6868
69-
docker compose -f "$compose_file" up --build --abort-on-container-exit --exit-code-from example; then
69+
if ! docker compose -f "$compose_file" up --build --abort-on-container-exit --exit-code-from example; then
7070
echo "❌ Tests failed for $compose_file. Dumping logs:"
7171
docker compose -f "$compose_file" logs
7272
docker compose -f "$compose_file" down -v --remove-orphans

0 commit comments

Comments
 (0)