Skip to content

Commit

Permalink
show logs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 25, 2024
1 parent 57b8fc0 commit d77be10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,7 @@ jobs:
responseCode: '200'
timeout: 60000
interval: 1000

- name: Show logs if failed
if: failure()
run: docker compose logs

0 comments on commit d77be10

Please sign in to comment.