File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
if : ${{ !cancelled() }}
102
102
103
103
- name : Run small tests & coverage
104
- run : npm run test:cov
104
+ run : npm test
105
105
if : ${{ !cancelled() }}
106
106
107
107
cli-unit-tests :
@@ -146,7 +146,7 @@ jobs:
146
146
if : ${{ !cancelled() }}
147
147
148
148
- name : Run unit tests & coverage
149
- run : npm run test:cov
149
+ run : npm run test
150
150
if : ${{ !cancelled() }}
151
151
152
152
cli-unit-tests-win :
@@ -184,7 +184,7 @@ jobs:
184
184
if : ${{ !cancelled() }}
185
185
186
186
- name : Run unit tests & coverage
187
- run : npm run test:cov
187
+ run : npm run test
188
188
if : ${{ !cancelled() }}
189
189
190
190
web-lint :
@@ -262,7 +262,7 @@ jobs:
262
262
if : ${{ !cancelled() }}
263
263
264
264
- name : Run unit tests & coverage
265
- run : npm run test:cov
265
+ run : npm run test
266
266
if : ${{ !cancelled() }}
267
267
268
268
i18n-tests :
You can’t perform that action at this time.
0 commit comments