Skip to content

Commit e182915

Browse files
committed
list antlr files
1 parent 6bb4a04 commit e182915

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
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npm ls
31-
- run: npm run antlr4ng
30+
- name: npm run antlr4ng
31+
run: npm run antlr4ng && ls -R ./server/src/antlr/out/
3232
- run: npm run compile
3333
- run: npm test

0 commit comments

Comments
 (0)