Skip to content

Commit d0b2c39

Browse files
committed
fix test workflow
1 parent dbe0b9c commit d0b2c39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ jobs:
3030
- name: Install Dependencies
3131
run: npm install
3232

33+
- name: Build parser
34+
run: npm run build
35+
3336
- name: Run Tests
3437
run: npm test

0 commit comments

Comments
 (0)