diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 229834f..10ee693 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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