Skip to content

Commit 76dc5ad

Browse files
authored
Set FORCE_COLOR environment variable for CSS coverage (#71)
1 parent 512c61e commit 76dc5ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ jobs:
6363

6464
- name: Analyze CSS Code Coverage
6565
run: npm run css-coverage
66+
env:
67+
FORCE_COLOR: '3'

0 commit comments

Comments
 (0)