Skip to content

Commit 8a2bacd

Browse files
authored
Merge pull request #26 from SSlinky/Packages
Update Packages
2 parents bd796d6 + a9f900e commit 8a2bacd

File tree

10 files changed

+1243
-2933
lines changed

10 files changed

+1243
-2933
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npm run antlr4ng
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+
- name: npm run antlr4ng
33+
run: npm run antlr4ng && mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out
3134
- run: npm run compile
32-
- run: npm test
35+
# - run: npm test

0 commit comments

Comments
 (0)