Skip to content

Commit

Permalink
install jest in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerner committed Jul 18, 2024
1 parent 3bcfc52 commit c2247aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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: List installed packages
run: yarn list
- run: yarn test:ci
env:
POSTGRES_TEST_HOST: localhost
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"devDependencies": {
"@octokit/core": "3.2.0",
"lerna": "6.1.0"
"lerna": "6.1.0",
"jest": "^29.7.0"
},
"resolutions": {
"ethers": "5.7.0",
Expand Down

0 comments on commit c2247aa

Please sign in to comment.