Skip to content

Commit

Permalink
also upload logs when system tests fail (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Sep 6, 2023
1 parent 9892ac2 commit a4c782c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
if: failure()
uses: actions/upload-artifact@v3
with:
name: system-test-failures
path: apps/dashboard/tmp/screenshots/*.png
name: system-test-failures-{{ matrix.ruby }}
path: |
apps/dashboard/tmp/screenshots/*.png
apps/dashboard/log/test.log
k8s-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a4c782c

Please sign in to comment.