diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index 4033385ae..9d1173cbd 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -48,12 +48,12 @@ jobs: if: always() with: name: cypress-screenshots - path: cypress/screenshots + path: cypress/screenshots/ if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn` - uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos - path: cypress/videos + path: cypress/videos/ if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`