mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
chore: update workflows/coverage.yml
This commit is contained in:
parent
ed7a5b7fa6
commit
68110da870
1 changed files with 6 additions and 2 deletions
8
.github/workflows/node.js.yml
vendored
8
.github/workflows/node.js.yml
vendored
|
|
@ -25,7 +25,11 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install cnpm -g --registry=https://registry.nlark.com
|
||||
- run: cnpm install
|
||||
# - run: npm install cnpm -g --registry=https://registry.nlark.com
|
||||
# - run: cnpm install
|
||||
- run: npm config set registry https://registry.yarnpkg.com/
|
||||
# - run: npm install
|
||||
- run: npm install --global yarn
|
||||
- run: yarn
|
||||
- run: npm run beforetest
|
||||
- run: npm run test
|
||||
|
|
|
|||
Loading…
Reference in a new issue