Skip to content

Commit a03a025

Browse files
authored
Update CI workflow to upload playwright report
Replaced bundle upload with playwright report upload in CI workflow.
1 parent c2d2711 commit a03a025

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-node-python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
uses: chromaui/[email protected]

0 commit comments

Comments
 (0)