Skip to content

Commit

Permalink
fixup! test: add integration tests using cypress and a custom termina…
Browse files Browse the repository at this point in the history
…l view
  • Loading branch information
mikavilpas committed Jun 30, 2024
1 parent 0131320 commit 19c39c0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,5 @@ jobs:
if: failure()
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
with:
name: cypress-videos
path: cypress/videos
path: integration-tests/cypress/screenshots
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`

0 comments on commit 19c39c0

Please sign in to comment.