chore: update workflows/coverage.yml

This commit is contained in:
chenshenhai 2021-09-21 21:06:28 +08:00
parent f64bd150a6
commit 186403d3df

View file

@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm --registry=https://registry.nlark.com
- run: npm config set registry https://registry.nlark.com
- run: npm install
- run: npm run beforetest
- run: npm run cover