Skip to content

Commit c2d2711

Browse files
authored
Disable upload of bundles and playwright report
Comment out the upload of bundles and playwright report in the workflow.
1 parent a8d5178 commit c2d2711

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,12 +462,13 @@ jobs:
462462
with:
463463
name: "bundles-${{ inputs.branch || github.sha }}"
464464
path: bundles/
465-
- name: Upload playwright report
466-
uses: actions/upload-artifact@v4
467-
if: always()
468-
with:
469-
name: "playwright-report-${{ inputs.branch || github.sha }}"
470-
path: playwright-report/
465+
# Disable upload of bundles as there is no real value...
466+
# - name: Upload bundle
467+
# uses: actions/upload-artifact@v4
468+
# if: always()
469+
# with:
470+
# name: "bundles-${{ inputs.branch || github.sha }}"
471+
# path: bundles/
471472
- name: Run Chromatic Playwright
472473
if: ${{ inputs.chromatic_enable }}
473474
uses: chromaui/[email protected]

0 commit comments

Comments
 (0)