Skip to content

Commit

Permalink
upload artifacts on failed builds... that's really when we need them
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Oct 16, 2023
1 parent c24c56e commit 37ce50e
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 37ce50e

Please sign in to comment.