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 51efd8b commit 03bf6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
if: always()
with:
name: cypress-screenshots
path: 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()
with:
name: cypress-videos
path: cypress/videos
path: cypress/videos/
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`

0 comments on commit 03bf6f0

Please sign in to comment.