Skip to content

Commit dfffd12

Browse files
committed
Fix testing in headless linux
1 parent f75eba3 commit dfffd12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ jobs:
3333
- name: npm run antlr4ng
3434
run: npm run antlr4ng && npm run antlr4ngPre && mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
3535
- run: npm run compile
36+
- run: xvfb-run -a npm test
37+
if: runner.os == 'Linux'
3638
- run: npm test
39+
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)