Skip to content

Commit

Permalink
install jest manually
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerner committed Jul 18, 2024
1 parent d542947 commit e3b2815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- run: yarn install --frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- name: Install jest manually
- run: yarn global add jest
- name: List installed packages
run: yarn list
- run: yarn test:ci
Expand Down

0 comments on commit e3b2815

Please sign in to comment.