Skip to content

Commit

Permalink
[#21] Add artifact upload for failed cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liamstevens111 committed Mar 7, 2023
1 parent fb04b03 commit bee4a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Run integration tests
run: npm run cypress

- name: Upload any cypress failures
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-output
path: |
cypress/videos/
cypress/screenshots/
path: cypress/videos
retention-days: 5

- name: Merge code coverage reports
run: npm run test:merge-coverage
Expand Down

0 comments on commit bee4a87

Please sign in to comment.