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 e41cf27 commit de1f5f0Copy full SHA for de1f5f0
.github/workflows/build-node-python.yml
@@ -389,6 +389,12 @@ jobs:
389
- name: Run playwright e2e tests
390
run: yarn run pw:run ${{ inputs.playwright_spec_param }}
391
shell: bash
392
+ - name: Upload bundle
393
+ uses: actions/upload-artifact@v4
394
+ if: always()
395
+ with:
396
+ name: "bundles-${{ inputs.branch }}"
397
+ path: bundles/
398
- name: Upload playwright report
399
uses: actions/upload-artifact@v4
400
if: always()
0 commit comments