Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Sep 22, 2023
1 parent 324f198 commit 59938f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
cd ../..
- name: Test
working-directory: ./src/node
run: npm test
run: |
npm install --save-dev jest
npm test

0 comments on commit 59938f0

Please sign in to comment.