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 1d39a31 commit 3d9df1bCopy full SHA for 3d9df1b
.github/workflows/build-node-python.yml
@@ -428,6 +428,10 @@ jobs:
428
- name: Bundle build
429
run: yarn run bundle:prod || yarn run webpack:dev
430
shell: bash
431
+ - name: Install Xvfb
432
+ run: sudo apt-get install -y xvfb
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 }}
437
0 commit comments