Skip to content

Commit 0ccecc8

Browse files
committed
test: fix test command in ci config
1 parent 4092705 commit 0ccecc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
npm i -g yarn
2323
yarn install
24-
yarn test
24+
yarn test:unit
2525
env:
2626
CI: true
2727
REACT_APP_PUBLIC_KEY: ${{ secrets.ik_public_key }}

0 commit comments

Comments
 (0)