Skip to content

Commit cfacad6

Browse files
Enable color in CI tests
1 parent 2766ea7 commit cfacad6

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
@@ -13,12 +13,17 @@ jobs:
1313
ci:
1414
name: CI
1515
runs-on: ubuntu-latest
16+
1617
permissions:
1718
actions: read
1819
contents: read
1920
checks: write
2021
pull-requests: write
2122
security-events: write
23+
24+
env:
25+
CLICOLOR_FORCE: 1
26+
2227
steps:
2328
- name: Checkout Repository
2429
uses: actions/checkout@v4

0 commit comments

Comments
 (0)