Skip to content

Commit 7249484

Browse files
committed
fix: fix testing issues
1 parent ea4b671 commit 7249484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: cd .. && make dev
2424

2525
- name: Build grammar
26-
run: npm run build-grammar
26+
run: cd .. && make js_parser
2727

2828
- name: Install dependencies
2929
run: npm install

0 commit comments

Comments
 (0)