Skip to content

Commit

Permalink
Capture logs on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Feb 9, 2024
1 parent 48b95f7 commit 537b888
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:
- name: verify website running
run: |
curl -I --retry 10 --retry-connrefused --fail localhost:8000
- name: dump docker logs
run: |
set -x
docker compose ps
docker compose logs
working-directory: testproj
if: always()

0 comments on commit 537b888

Please sign in to comment.