Fix various missing workflow parts
This commit is contained in:
parent
3779931552
commit
b7c355bd57
4 changed files with 11 additions and 3 deletions
8
.github/workflows/bench.yaml
vendored
8
.github/workflows/bench.yaml
vendored
|
|
@ -26,6 +26,14 @@ jobs:
|
|||
toolchain: 1.39.0
|
||||
profile: minimal
|
||||
default: true
|
||||
- name: Build generated code
|
||||
working-directory: ./gen
|
||||
run: |
|
||||
npm install
|
||||
node node_modules/ts-node/dist/bin.js attrs.ts
|
||||
node node_modules/ts-node/dist/bin.js dfa.ts
|
||||
node node_modules/ts-node/dist/bin.js entities.ts
|
||||
node node_modules/ts-node/dist/bin.js patterns.ts
|
||||
- name: Set up Node.js module
|
||||
working-directory: ./nodejs
|
||||
run: npm install
|
||||
|
|
|
|||
Reference in a new issue