Skip to content

Commit

Permalink
archive artifacts only when tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
HackbrettXXX committed Aug 8, 2023
1 parent 6ff97af commit ecaec87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
- run: npm run test:ci
- uses: actions/upload-artifact@v3
with:
if: failure()
name: references
path: test/specs/**/reference.pdf

0 comments on commit ecaec87

Please sign in to comment.