Skip to content

Commit

Permalink
Merge pull request #211 from catdad/artifacts-on-failure
Browse files Browse the repository at this point in the history
publish test artifacts on failures (which is the only time they are gonna exist anyway)
  • Loading branch information
catdad committed Nov 18, 2023
2 parents 7b22513 + 193cbb9 commit d8bad6f
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 @@ -26,6 +26,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: test-screenshots
path: shots/

0 comments on commit d8bad6f

Please sign in to comment.