Skip to content

Commit 62830ba

Browse files
committed
ci: color
Signed-off-by: nstarman <[email protected]>
1 parent 8bd3d4d commit 62830ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
branches:
1010
- master
1111

12+
env:
13+
# Many color libraries just need this to be set to any value, but at least
14+
# one distinguishes color depth, where "3" -> "256-bit color".
15+
FORCE_COLOR: 3
16+
1217
jobs:
1318
test:
1419
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)