Skip to content

Commit 44192df

Browse files
committed
#1 - Try toi run it test on linux
Signed-off-by: Gregor Anders <gregor.anders@gmail.com>
1 parent 5bbdb19 commit 44192df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/development.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,13 @@ jobs:
5959
with:
6060
coverageCommand: npm run test
6161
debug: true
62+
- name: integration test
63+
if: matrix.os == 'ubuntu-latest'
64+
run: |
65+
export DISPLAY=:99.0
66+
ls -lha /dev/shm
67+
sudo chmod 1777 /dev/shm
68+
Xvfb :99.0 -extension RANDR > /dev/null &
69+
npm run build
70+
DISPLAY=:99.0 npm run it
71+
killall -9 Xvfb

0 commit comments

Comments
 (0)