mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
chore: update workflows/coverage.yml
This commit is contained in:
parent
ddc103e7f6
commit
e9a55f36cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install cnpm -g --registry=https://r.npm.taobao.org/
|
||||
- run: npm install cnpm -g --registry=https://registry.nlark.com
|
||||
- run: cnpm install
|
||||
- run: npm run beforetest
|
||||
- run: npm run cover
|
||||
|
|
|
|||
Loading…
Reference in a new issue