We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d5178 commit c2d2711Copy full SHA for c2d2711
.github/workflows/build-node-python.yml
@@ -462,12 +462,13 @@ jobs:
462
with:
463
name: "bundles-${{ inputs.branch || github.sha }}"
464
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/
+ # Disable upload of bundles as there is no real value...
+ # - name: Upload bundle
+ # uses: actions/upload-artifact@v4
+ # if: always()
+ # with:
+ # name: "bundles-${{ inputs.branch || github.sha }}"
471
+ # path: bundles/
472
- name: Run Chromatic Playwright
473
if: ${{ inputs.chromatic_enable }}
474
uses: chromaui/[email protected]
0 commit comments