Skip to content

Commit

Permalink
Fix missing environment varible in CI (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn authored Jul 1, 2023
1 parent ee57011 commit 64316e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run tests
on: [push, pull_request]
env: { CLICOLOR_FORCE: 1 }

jobs:
test:
Expand Down

0 comments on commit 64316e4

Please sign in to comment.