We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe0b9c commit d0b2c39Copy full SHA for d0b2c39
.github/workflows/run-tests.yaml
@@ -30,5 +30,8 @@ jobs:
30
- name: Install Dependencies
31
run: npm install
32
33
+ - name: Build parser
34
+ run: npm run build
35
+
36
- name: Run Tests
37
run: npm test
0 commit comments