Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Sep 13, 2023
1 parent d0144a0 commit 92d0800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: OffchainLabs/actions/node-modules/restore@main

- name: Start UI and Test
run: yarn test
run: yarn test:ci
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"start": "next start",
"lint": "next lint",
"prettier:format": "prettier --config-precedence file-override --write \"src/**/*.{tsx,ts,scss,md,json}\"",
"test": "jest --watch"
"test": "jest --watch",
"test:ci": "jest"
},
"dependencies": {
"@ethersproject/providers": "^5.7.2",
Expand Down

0 comments on commit 92d0800

Please sign in to comment.