chore: update workflows/*

This commit is contained in:
chenshenhai 2021-09-21 19:24:43 +08:00
parent e9a55f36cc
commit 9b9bd84d71

View file

@ -25,6 +25,7 @@ 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 test