chore: update workflows/coverage.yml

This commit is contained in:
chenshenhai 2021-09-21 17:21:37 +08:00
parent 1eba5aa7fa
commit a2a0a6ab8c

View file

@ -25,8 +25,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
# - run: npm install
- run: yarn
- run: npm install
- run: npm run beforetest
- run: npm run cover
- name: Upload coverage to Codecov