|
|
|
@ -14,8 +14,8 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
|
cache: npm
|
|
|
|
cache: npm
|
|
|
|
- run: npm install
|
|
|
|
- run: 'npm i'
|
|
|
|
- run: npm test
|
|
|
|
- run: 'npm run test || npm run test || npm run test'
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
CI: true
|
|
|
|
CI: true
|
|
|
|
Lint:
|
|
|
|
Lint:
|
|
|
|
@ -38,4 +38,5 @@ jobs:
|
|
|
|
- uses: actions/setup-node@v2
|
|
|
|
- uses: actions/setup-node@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
cache: npm
|
|
|
|
cache: npm
|
|
|
|
- run: 'npm i && npm run test:unit'
|
|
|
|
- run: 'npm i'
|
|
|
|
|
|
|
|
- run: 'npm run test:unit || npm run test:unit || npm run test:unit'
|
|
|
|
|