Skip to content

Commit

Permalink
Dump docker logs on failure :-?
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Apr 21, 2023
1 parent 0ffc0d7 commit b73bab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ jobs:
with:
name: test-results
path: e2e/test-results/

- name: Dump docker logs on failure
uses: jwalton/gh-docker-logs@v2
if: failure()

0 comments on commit b73bab9

Please sign in to comment.