Skip to content

Commit

Permalink
Upload the test results on failure()
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Jan 7, 2021
1 parent f0e37d4 commit 1abe9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

- name: Archive test results
uses: actions/upload-artifact@v2
if: failure()
with:
name: test-results-report
path: build/reports/tests/testReleaseUnitTest

0 comments on commit 1abe9ad

Please sign in to comment.