mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
chore: update workflows/coverage.yml
This commit is contained in:
parent
ba1d6eb764
commit
1eba5aa7fa
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
|
||||
- run: yarn
|
||||
- run: npm run beforetest
|
||||
- run: npm run cover
|
||||
- name: Upload coverage to Codecov
|
||||
|
|
|
|||
Loading…
Reference in a new issue