Skip to content

Commit 272661b

Browse files
committed
add xvfb-run
1 parent 3d9df1b commit 272661b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ jobs:
433433
- name: Start Xvfb
434434
run: Xvfb :99 & export DISPLAY=:99
435435
- name: Run playwright e2e tests
436-
run: yarn run pw:run ${{ inputs.playwright_spec_param }}
436+
run: xvfb-run -a -- yarn run pw:run ${{ inputs.playwright_spec_param }}
437437
shell: bash
438438
- name: Upload bundle
439439
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)