Skip to content

Commit 8a7f535

Browse files
committed
Include new formatter in antlr workflow
1 parent c7c8591 commit 8a7f535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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: npm run antlr4ng && npm run antlr4ngPre && antlr4ngFmt && mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
3535
- run: npm run compile
3636
- run: xvfb-run -a npm test
3737
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)