Skip to content

Commit de1f5f0

Browse files
authored
feat: upload bundle after playwright tests
1 parent e41cf27 commit de1f5f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@ jobs:
389389
- name: Run playwright e2e tests
390390
run: yarn run pw:run ${{ inputs.playwright_spec_param }}
391391
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/
392398
- name: Upload playwright report
393399
uses: actions/upload-artifact@v4
394400
if: always()

0 commit comments

Comments
 (0)