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 69ed2f1 commit 6cd5deaCopy full SHA for 6cd5dea
.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 antlr4ngci && ls -R ./out/
+ run: npm run antlr4ng && ls -R .
32
- run: npm run compile
33
- run: npm test
0 commit comments