Skip to content

Commit 4aa2f44

Browse files
committed
Cleanup
1 parent 0e2fcfb commit 4aa2f44

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -439,12 +439,8 @@ jobs:
439439
- name: Bundle build
440440
run: yarn run bundle:prod || yarn run webpack:dev
441441
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
446442
- name: Run playwright e2e tests
447-
run: xvfb-run -a -- yarn run pw:run ${{ inputs.playwright_spec_param }}
443+
run: yarn run pw:run ${{ inputs.playwright_spec_param }}
448444
shell: bash
449445
env:
450446
VISYN_CORE__SENTRY__FRONTEND_DSN: ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__FRONTEND_DSN }}

0 commit comments

Comments
 (0)