chore: update CI
This commit is contained in:
@@ -26,6 +26,26 @@ jobs:
|
|||||||
- name: project check
|
- name: project check
|
||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
npm run release
|
npm run clearCache
|
||||||
|
npm run build
|
||||||
|
npm run lint
|
||||||
|
npm run test:unit
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|
||||||
|
e2e-chrome:
|
||||||
|
|
||||||
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: 12
|
||||||
|
- name: e2e chrome test
|
||||||
|
run: |
|
||||||
|
npm i
|
||||||
|
npm run test:e2e
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
Reference in New Issue
Block a user