diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7940aa4..2b8031e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,13 +33,13 @@ jobs: - name: Run integration tests run: npm run cypress + - name: Upload any cypress failures - uses: actions/upload-artifact@v3 if: failure() with: name: cypress-output - path: | - cypress/videos/ - cypress/screenshots/ + path: cypress/videos + retention-days: 5 - name: Merge code coverage reports run: npm run test:merge-coverage