Skip to content

Commit

Permalink
fix install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MomenNano committed Aug 2, 2022
1 parent 8970ab8 commit ea0d746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
node-version: 16

- name: Install Dependencies
run: npm install
run: |
npm install
- name: Run Tests
run: npm run test:unit

0 comments on commit ea0d746

Please sign in to comment.