8000 remove extra step · lezer-parser/python@4e129ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e129ac

Browse files
authored
remove extra step
1 parent 39bdfea commit 4e129ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@ jobs:
2424
with:
2525
node-version: ${{ env.NODE_VERSION }}
2626

27-
- name: Install node dependencies
27+
- name: Install node dependencies and build parser
2828
run: npm install
2929

30-
- name: Build the parser
31-
run: npm run build
32-
3330
- name: Run Lezer tests
3431
run: |
3532
npm test

0 commit comments

Comments
 (0)
0