File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 30
30
- name : NPM install
31
31
run : |
32
32
npm install
33
+ - name : run base ci ut and it
34
+ run : |
35
+ npm run test
33
36
- name : NPM run build
34
37
run : |
35
38
npm run build
@@ -57,10 +60,13 @@ jobs:
57
60
- name : NPM install
58
61
run : |
59
62
npm install
63
+ - name : run base ci ut and it
64
+ run : |
65
+ npm run test
60
66
- name : NPM run build
61
67
run : |
62
68
npm run build
63
- - name : run base ci
69
+ - name : run base ci e2e
64
70
shell : pwsh
65
71
run : |
66
72
cd __tests__/e2e
83
89
- name : NPM install
84
90
run : |
85
91
npm install
92
+ - name : run base ci ut and it
93
+ run : |
94
+ npm run test
86
95
- name : NPM run build
87
96
run : |
88
97
npm run build
89
- - name : run base ci
98
+ - name : run base ci e2e
90
99
run : |
91
100
cd __tests__/e2e && ./ci-mac-linux.sh && cd -
You can’t perform that action at this time.
0 commit comments