diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6af4cff5..9d587d27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,5 +88,5 @@ jobs: if: failure() uses: actions/upload-artifact@v3 with: - name: test_videos.tgz - path: /app/cypress/videos/ + name: cypress_videos + path: frontend-e2e/cypress/videos