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 8a7f535Copy full SHA for 8a7f535
.github/workflows/node.js.yml
@@ -30,8 +30,8 @@ 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: npm run antlr4ng && npm run antlr4ngPre && antlr4ngFmt && 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'
0 commit comments