File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -456,19 +456,19 @@ jobs:
456456 env :
457457 VISYN_CORE__SENTRY__FRONTEND_DSN : ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__FRONTEND_DSN }}
458458 VISYN_CORE__SENTRY__BACKEND_DSN : ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__BACKEND_DSN }}
459- - name : Upload bundle
460- uses : actions/upload-artifact@v4
461- if : always()
462- with :
463- name : " bundles-${{ inputs.branch || github.sha }}"
464- path : bundles/
465459 # Disable upload of bundles as there is no real value...
466460 # - name: Upload bundle
467461 # uses: actions/upload-artifact@v4
468462 # if: always()
469463 # with:
470464 # name: "bundles-${{ inputs.branch || github.sha }}"
471465 # path: bundles/
466+ - name : Upload playwright report
467+ uses : actions/upload-artifact@v4
468+ if : always()
469+ with :
470+ name : " playwright-report-${{ inputs.branch || github.sha }}"
471+ path : playwright-report/
472472 - name : Run Chromatic Playwright
473473 if : ${{ inputs.chromatic_enable }}
474474
You can’t perform that action at this time.
0 commit comments