Skip to content

Commit e6f3dcd

Browse files
committed
add ut and it in github actions
1 parent a912ea6 commit e6f3dcd

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/ci_node16.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: NPM install
3131
run: |
3232
npm install
33+
- name: run base ci ut and it
34+
run: |
35+
npm run test
3336
- name: NPM run build
3437
run: |
3538
npm run build
@@ -57,10 +60,13 @@ jobs:
5760
- name: NPM install
5861
run: |
5962
npm install
63+
- name: run base ci ut and it
64+
run: |
65+
npm run test
6066
- name: NPM run build
6167
run: |
6268
npm run build
63-
- name: run base ci
69+
- name: run base ci e2e
6470
shell: pwsh
6571
run: |
6672
cd __tests__/e2e
@@ -83,9 +89,12 @@ jobs:
8389
- name: NPM install
8490
run: |
8591
npm install
92+
- name: run base ci ut and it
93+
run: |
94+
npm run test
8695
- name: NPM run build
8796
run: |
8897
npm run build
89-
- name: run base ci
98+
- name: run base ci e2e
9099
run: |
91100
cd __tests__/e2e && ./ci-mac-linux.sh && cd -

0 commit comments

Comments
 (0)