Skip to content

Commit ca2fc28

Browse files
committed
force color
1 parent f2ebbc3 commit ca2fc28

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/branches.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches-ignore: ['main']
55

6+
env:
7+
FORCE_COLOR: 1
8+
69
jobs:
710
test:
811
runs-on: ubuntu-24.04

.github/workflows/evals.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Evals
22
on:
33
push:
44

5+
env:
6+
FORCE_COLOR: 1
7+
58
jobs:
69
eval:
710
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)