From 5d01e2db6926eb63a663850214623a6480683e99 Mon Sep 17 00:00:00 2001 From: Thibaut Sardan Date: Fri, 18 Oct 2024 15:01:49 +0100 Subject: [PATCH] remove upload artifacts --- .github/workflows/tests.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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