Skip to content

Commit

Permalink
ci: upload artifacts on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
perzeuss committed Oct 13, 2024
1 parent a1d77a1 commit 93d37a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
with:
name: cypress-videos
path: web/cypress/videos/**/*.mp4
if: always()

- name: Upload Cypress screenshots
uses: actions/upload-artifact@v3
with:
name: cypress-screenshots
path: web/cypress/screenshots/**/*.png
if: always()

0 comments on commit 93d37a5

Please sign in to comment.