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 3d9df1b commit 272661bCopy full SHA for 272661b
.github/workflows/build-node-python.yml
@@ -433,7 +433,7 @@ jobs:
433
- name: Start Xvfb
434
run: Xvfb :99 & export DISPLAY=:99
435
- name: Run playwright e2e tests
436
- run: yarn run pw:run ${{ inputs.playwright_spec_param }}
+ run: xvfb-run -a -- yarn run pw:run ${{ inputs.playwright_spec_param }}
437
shell: bash
438
- name: Upload bundle
439
uses: actions/upload-artifact@v4
0 commit comments