Skip to content

Commit 8243b65

Browse files
committed
Update github workflow
1 parent bf33987 commit 8243b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
echo "## 🧪 Vitest Coverage" > coverage_output.txt
2828
echo '```' >> coverage_output.txt
29-
pnpm test:coverage 2>&1 | tee -a coverage_output.txt
29+
NO_COLOR=1 pnpm test:coverage 2>&1 | tee -a coverage_output.txt
3030
echo '```' >> coverage_output.txt
3131
3232
- name: Post coverage comment

0 commit comments

Comments
 (0)