Skip to content

Commit a63660f

Browse files
committed
fix test pipelines
1 parent 60f326c commit a63660f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
- uses: aboutbits/github-actions-node/setup-and-install@v1
1515
with:
1616
node-version: ${{ env.NODE_VERSION }}
17-
- run: npm run checks
17+
- run: npm run lint
18+
- run: npm run typecheck
19+
- run: npm run test

0 commit comments

Comments
 (0)