Skip to content

Commit 7932b43

Browse files
committed
Make sure coverage is generated for upload
1 parent 4dab3a8 commit 7932b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: pnpm install --frozen-lockfile
158158

159159
- name: Run tests
160-
run: pnpm test
160+
run: pnpm test:coverage
161161

162162
- name: Upload test coverage
163163
if: success()

0 commit comments

Comments
 (0)