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 6cd5dea commit 376e189Copy full SHA for 376e189
.github/workflows/node.js.yml
@@ -28,6 +28,6 @@ jobs:
28
cache: 'npm'
29
- run: npm ci
30
- name: npm run antlr4ng
31
- run: npm run antlr4ng && ls -R .
+ run: npm run antlr4ng && mv ./server/src/antlr/out/server/src/antlr/* ./server/src/antlr/out && ls -R ./server/src
32
- run: npm run compile
33
- - run: npm test
+ # - run: npm test
0 commit comments