Skip to content

Commit 625c000

Browse files
committed
fix: Force colors in CI.
1 parent dae1f7b commit 625c000

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Coverage
22
on: [push]
3+
env:
4+
FORCE_COLOR: 2
35
jobs:
46
build:
57
name: Test Coverage

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
22
on: [push]
3+
env:
4+
FORCE_COLOR: 2
35
jobs:
46
build:
57
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}

0 commit comments

Comments
 (0)