Skip to content

Commit 4a9a172

Browse files
committed
Closes #5 - Update workflow for IT
Signed-off-by: Gregor Anders <[email protected]>
1 parent 7959b79 commit 4a9a172

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/development.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262
- name: integration test
6363
if: matrix.os == 'ubuntu-latest'
6464
run: |
65-
export DISPLAY=:99.0
6665
ls -lha /dev/shm
66+
sudo apt-get update
67+
sudo apt-get install xvfb
6768
sudo chmod 1777 /dev/shm
68-
Xvfb :99.0 -extension RANDR > /dev/null &
6969
npm run build
70-
DISPLAY=:99.0 npm run it
70+
run: |
71+
xvfb-run --auto-servernum "npm run it"
7172
killall -9 Xvfb

0 commit comments

Comments
 (0)