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 c7c8591 commit 5c79f02Copy full SHA for 5c79f02
.github/workflows/node.js.yml
@@ -30,8 +30,12 @@ jobs:
30
# For some reason, antlr4ng writes to a different location on the VM
31
# than it does locally, preventing compile. Command added to move the generated files.
32
- run: npm run textMate
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
+ - name: npm run antlr
+ run: |
35
+ npm run antlr4ng
36
+ npm run antlr4ngPre
37
+ npm run antlr4ngFmt
38
+ mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
39
- run: npm run compile
40
- run: xvfb-run -a npm test
41
if: runner.os == 'Linux'
0 commit comments