Skip to content

Commit 5c79f02

Browse files
committed
Include new formatter in antlr workflow
1 parent c7c8591 commit 5c79f02

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ jobs:
3030
# For some reason, antlr4ng writes to a different location on the VM
3131
# than it does locally, preventing compile. Command added to move the generated files.
3232
- 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
33+
- name: npm run antlr
34+
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
3539
- run: npm run compile
3640
- run: xvfb-run -a npm test
3741
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)