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 0e2fcfb commit 4aa2f44Copy full SHA for 4aa2f44
.github/workflows/build-node-python.yml
@@ -439,12 +439,8 @@ jobs:
439
- name: Bundle build
440
run: yarn run bundle:prod || yarn run webpack:dev
441
shell: bash
442
- - name: Install Xvfb
443
- run: sudo apt-get install -y xvfb
444
- - name: Start Xvfb
445
- run: Xvfb :99 & export DISPLAY=:99
446
- name: Run playwright e2e tests
447
- run: xvfb-run -a -- yarn run pw:run ${{ inputs.playwright_spec_param }}
+ run: yarn run pw:run ${{ inputs.playwright_spec_param }}
448
449
env:
450
VISYN_CORE__SENTRY__FRONTEND_DSN: ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__FRONTEND_DSN }}
0 commit comments