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 5583e74 commit 2acfa79Copy full SHA for 2acfa79
.github/workflows/node.js.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: npm ci
30
- - name: npm run antlr4ngci
31
- run: npm run antlr4ng && ls -R ./server/src/antlr/out/
+ - name: npm run antlr4ng
+ run: npm run antlr4ngci && ls -R ./server/src/antlr/out/
32
- run: npm run compile
33
- run: npm test
0 commit comments