Skip to content

Commit f661fb4

Browse files
committed
chore: update CI
1 parent 94f3108 commit f661fb4

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,26 @@ jobs:
2626
- name: project check
2727
run: |
2828
npm i
29-
npm run release
29+
npm run clearCache
30+
npm run build
31+
npm run lint
32+
npm run test:unit
33+
env:
34+
CI: true
35+
36+
e2e-chrome:
37+
38+
runs-on: windows-latest
39+
40+
steps:
41+
- uses: actions/checkout@v1
42+
- name: Use Node.js ${{ matrix.node-version }}
43+
uses: actions/setup-node@v1
44+
with:
45+
node-version: 12
46+
- name: e2e chrome test
47+
run: |
48+
npm i
49+
npm run test:e2e
3050
env:
3151
CI: true

0 commit comments

Comments
 (0)