Skip to content

Commit

Permalink
ci: dump logs on failure for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuguy83 committed Dec 8, 2023
1 parent f90eea9 commit bb9fcdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
cache: false
- name: Run integaration tests
run: go test -v ./test
- name: dump logs
if: failure()
run: sudo journalctl -u docker


e2e:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit bb9fcdd

Please sign in to comment.