Skip to content

Commit 3d9df1b

Browse files
committed
add xvfb for testing
1 parent 1d39a31 commit 3d9df1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ jobs:
428428
- name: Bundle build
429429
run: yarn run bundle:prod || yarn run webpack:dev
430430
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
431435
- name: Run playwright e2e tests
432436
run: yarn run pw:run ${{ inputs.playwright_spec_param }}
433437
shell: bash

0 commit comments

Comments
 (0)