Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerner committed Jul 18, 2024
1 parent 566cf8b commit 47f737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- name: Install jest manually
- run: yarn global add jest
run: yarn global add jest
- name: List installed packages
run: yarn list
- run: yarn test:ci
Expand Down

0 comments on commit 47f737c

Please sign in to comment.