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
a2a0a6ab8c
commit
02cba4a99e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
|
|
@ -25,7 +25,8 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm install cnpm -g --registry=https://registry.nlark.com
|
||||
- run: cnpm install
|
||||
- run: npm run beforetest
|
||||
- run: npm run cover
|
||||
- name: Upload coverage to Codecov
|
||||
|
|
|
|||
Loading…
Reference in a new issue