Skip to content

Commit

Permalink
Increase verbosity for tests on CI: Always inspect docker events afte…
Browse files Browse the repository at this point in the history
…r build
  • Loading branch information
blackandred committed Feb 25, 2021
1 parent d7e88b1 commit b3e8507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Run functional tests
run: "rkd :test:functional"

- name: "Inspect containers"
if: ${{ always() }}
run: "docker events --since 2h --until 0m"

release:
needs: [test]
runs-on: ubuntu-20.04
Expand Down

0 comments on commit b3e8507

Please sign in to comment.