|
@@ -325,7 +325,7 @@ jobs:
|
|
|
if: always()
|
|
if: always()
|
|
|
uses: actions/upload-artifact@v4
|
|
uses: actions/upload-artifact@v4
|
|
|
with:
|
|
with:
|
|
|
- name: ${{ cypress-report-artifact-name-prefix }}${{ matrix.spec-group }}
|
|
|
|
|
|
|
+ name: ${{ inputs.cypress-report-artifact-name-prefix }}${{ matrix.spec-group }}
|
|
|
path: |
|
|
path: |
|
|
|
apps/app/test/cypress/screenshots
|
|
apps/app/test/cypress/screenshots
|
|
|
apps/app/test/cypress/videos
|
|
apps/app/test/cypress/videos
|