We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75eba3 commit dfffd12Copy full SHA for dfffd12
.github/workflows/node.js.yml
@@ -33,4 +33,7 @@ jobs:
33
- name: npm run antlr4ng
34
run: npm run antlr4ng && npm run antlr4ngPre && mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
35
- run: npm run compile
36
+ - run: xvfb-run -a npm test
37
+ if: runner.os == 'Linux'
38
- run: npm test
39
+ if: runner.os != 'Linux'
0 commit comments