Skip to content

Commit

Permalink
fix: install jest
Browse files Browse the repository at this point in the history
  • Loading branch information
drohan2536 committed Jul 3, 2024
1 parent 1023878 commit b38380d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: npm install
- name: change directory
run: cd packages/common
- name: Install Jest globally
run: npm install -g jest
- name: Run tests
run: npm run test
working-directory: packages/common

0 comments on commit b38380d

Please sign in to comment.