diff --git a/.github/workflows/cypress-testing.yml b/.github/workflows/cypress-testing.yml index 9221ac44..2f069d71 100644 --- a/.github/workflows/cypress-testing.yml +++ b/.github/workflows/cypress-testing.yml @@ -66,10 +66,4 @@ jobs: with: name: cypress-screenshots path: cypress/screenshots - if-no-files-found: ignore - - uses: actions/upload-artifact@v4 - if: failure() - with: - name: cypress-videos - path: cypress/videos - if-no-files-found: ignore + if-no-files-found: ignore \ No newline at end of file