Skip to content

Commit

Permalink
remove upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Oct 18, 2024
1 parent b145bab commit 5d01e2d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
# custom test command to run
command: yarn test:ci
# store the screenshots if the tests fail
- name: Store screenshots
uses: actions/upload-artifact@v1
if: failure()
with:
name: cypress-screenshots
path: packages/example/cypress/screenshots
# store the videos if the tests fail
- name: Store videos
uses: actions/upload-artifact@v1
if: failure()
with:
name: cypress-videos
path: packages/example/cypress/videos
# - name: Store screenshots
# uses: actions/upload-artifact@v1
# if: failure()
# with:
# name: cypress-screenshots
# path: packages/example/cypress/screenshots
# # store the videos if the tests fail
# - name: Store videos
# uses: actions/upload-artifact@v1
# if: failure()
# with:
# name: cypress-videos
# path: packages/example/cypress/videos

0 comments on commit 5d01e2d

Please sign in to comment.