Skip to content

Commit 4f59f1f

Browse files
ci: dump compliance-scraper logs on e2e failure
Container exits(1) in CI without visible error output. This step captures the container logs so we can diagnose the startup crash.
1 parent 3b5f176 commit 4f59f1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
with:
8282
persist-credentials: false
8383
- run: docker compose --profile test up e2e-test --build --abort-on-container-exit
84+
- if: failure()
85+
run: docker compose logs compliance-scraper
8486
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8587
if: always()
8688
with:

0 commit comments

Comments
 (0)