Skip to content

Commit

Permalink
Upload test results on success() || failure()
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Feb 24, 2021
1 parent fbb83bf commit 2d842d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: npm test

- name: Upload test results
if: success() || failure()
uses: actions/upload-artifact@v2
with:
name: test-results
Expand Down

0 comments on commit 2d842d6

Please sign in to comment.