Skip to content

Commit 93d94aa

Browse files
committed
fix test
1 parent 8ec8917 commit 93d94aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-any.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: test
3535
run: |
3636
yarn install --immutable | grep -v 'YN0013'
37-
yarn test --forceExit
37+
yarn test
3838
3939
build_code:
4040
name: Build Code

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"lint": "polkadot-dev-run-lint",
3939
"clean": "polkadot-dev-clean-build",
4040
"postinstall": "polkadot-dev-yarn-only",
41-
"test": "polkadot-dev-run-test --coverage",
41+
"test": "polkadot-dev-run-test --coverage --forceExit",
4242
"check-deps": "./node_modules/@open-web3/util/scripts/check-deps.js yarn.lock @polkadot/ @open-web3/",
4343
"update-metadata": "ts-node --project ./tsconfig.json packages/types/scripts/updateMetadata.ts"
4444
},

0 commit comments

Comments
 (0)