We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ebbc3 commit ca2fc28Copy full SHA for ca2fc28
.github/workflows/branches.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches-ignore: ['main']
5
6
+env:
7
+ FORCE_COLOR: 1
8
+
9
jobs:
10
test:
11
runs-on: ubuntu-24.04
.github/workflows/evals.yml
@@ -2,6 +2,9 @@ name: Evals
2
on:
eval:
0 commit comments