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
186403d3df
commit
ed7a5b7fa6
1 changed files with 4 additions and 2 deletions
6
.github/workflows/coverage.yml
vendored
6
.github/workflows/coverage.yml
vendored
|
|
@ -25,8 +25,10 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm config set registry https://registry.nlark.com
|
||||
- run: npm 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 cover
|
||||
- name: Upload coverage to Codecov
|
||||
|
|
|
|||
Loading…
Reference in a new issue