diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index 1506347df..fd935b914 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -68,12 +68,11 @@ jobs: run: npx wait-on http://0.0.0.0:3333 - name: Run visual tests run: yarn cy:test - uses: actions/upload-artifact@v3 - with: - name: 'Snapshots' - path: ./cypress/snapshots/ - name: Upload Debug uses: actions/upload-artifact@v3 with: name: 'Snapshots' - path: ./cypress/snapshots/ \ No newline at end of file + path: | + frontend/cypress/snapshots + frontend/cypress/video + frontend/cypress/screenshots \ No newline at end of file