File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -454,12 +454,13 @@ jobs:
454454 env :
455455 VISYN_CORE__SENTRY__FRONTEND_DSN : ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__FRONTEND_DSN }}
456456 VISYN_CORE__SENTRY__BACKEND_DSN : ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__BACKEND_DSN }}
457- - name : Upload bundle
458- uses : actions/upload-artifact@v4
459- if : always()
460- with :
461- name : " bundles-${{ inputs.branch || github.sha }}"
462- path : bundles/
457+ # Disable upload of bundles as there is no real value...
458+ # - name: Upload bundle
459+ # uses: actions/upload-artifact@v4
460+ # if: always()
461+ # with:
462+ # name: "bundles-${{ inputs.branch || github.sha }}"
463+ # path: bundles/
463464 - name : Upload playwright report
464465 uses : actions/upload-artifact@v4
465466 if : always()
You can’t perform that action at this time.
0 commit comments