Skip to content

Commit

Permalink
Fix/e2e regression tests 4 (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 9, 2024
1 parent ec02713 commit 8772c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ jobs:
working-directory: tests

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

- uses: actions/upload-artifact@v4
if: always()
if: failure()
with:
name: ${{matrix.test}} video
path: tests/cypress/videos/
Expand Down

0 comments on commit 8772c4a

Please sign in to comment.