Skip to content

Commit 023bcff

Browse files
authored
chore: no test coverage in ci (#19235)
1 parent 06f1d0d commit 023bcff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: ${{ !cancelled() }}
102102

103103
- name: Run small tests & coverage
104-
run: npm run test:cov
104+
run: npm test
105105
if: ${{ !cancelled() }}
106106

107107
cli-unit-tests:
@@ -146,7 +146,7 @@ jobs:
146146
if: ${{ !cancelled() }}
147147

148148
- name: Run unit tests & coverage
149-
run: npm run test:cov
149+
run: npm run test
150150
if: ${{ !cancelled() }}
151151

152152
cli-unit-tests-win:
@@ -184,7 +184,7 @@ jobs:
184184
if: ${{ !cancelled() }}
185185

186186
- name: Run unit tests & coverage
187-
run: npm run test:cov
187+
run: npm run test
188188
if: ${{ !cancelled() }}
189189

190190
web-lint:
@@ -262,7 +262,7 @@ jobs:
262262
if: ${{ !cancelled() }}
263263

264264
- name: Run unit tests & coverage
265-
run: npm run test:cov
265+
run: npm run test
266266
if: ${{ !cancelled() }}
267267

268268
i18n-tests:

0 commit comments

Comments
 (0)