diff --git a/.github/workflows/test.e2e.yml b/.github/workflows/test.e2e.yml index fdf89565..67e3c6d1 100644 --- a/.github/workflows/test.e2e.yml +++ b/.github/workflows/test.e2e.yml @@ -65,21 +65,7 @@ jobs: working-directory: ./cypress - name: Run E2E Tests + id: cypress-tests + continue-on-error: true run: npm run test:split:auto working-directory: ./cypress - - - name: Upload Cypress Screenshots - uses: actions/upload-artifact@v4 - if: failure() - with: - name: cypress-screenshots - path: cypress/reports/screenshots - retention-days: 7 - - - name: Upload Cypress Videos - uses: actions/upload-artifact@v4 - if: failure() - with: - name: cypress-videos - path: cypress/reports/videos - retention-days: 7