Skip to content

Commit

Permalink
Why jest is not found?
Browse files Browse the repository at this point in the history
  • Loading branch information
ariskataoka committed Jul 19, 2024
1 parent d7492f5 commit 9abe4b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,11 @@ jobs:
- name: Install dependencies
run: npm ci

- name: List installed packages
run: npm list

- name: Install jest
run: npm install jest

- name: Run tests
run: npm run jest
run: npm run test

0 comments on commit 9abe4b4

Please sign in to comment.