Skip to content

Commit 6515da6

Browse files
committed
run logs on failure
1 parent 58c5895 commit 6515da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
up -d --no-build
189189
-
190190
name: Dump store postgres logs
191-
if: failure()
191+
if: ${{ steps.spin_up_backend.outcome == 'failure' }}
192192
run: |
193193
cd store
194194
docker compose ps
@@ -472,7 +472,7 @@ jobs:
472472
up -d --no-build
473473
-
474474
name: Dump store postgres logs
475-
if: failure()
475+
if: ${{ steps.spin_up_store_backend.outcome == 'failure' }}
476476
run: |
477477
cd store
478478
docker compose ps

0 commit comments

Comments
 (0)