Skip to content

Commit

Permalink
iterating
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Nov 14, 2024
1 parent 47b1f07 commit 63f2df5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@ jobs:
working-directory: tests

- uses: actions/upload-artifact@v4
if: failure()
if: always()
with:
name: cypress-screenshots
path: cypress/screenshots
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`

- uses: actions/upload-artifact@v4
if: always()
continue-on-error: true
with:
name: cypress-video
path: cypress/video
Expand Down

0 comments on commit 63f2df5

Please sign in to comment.