Skip to content

Commit

Permalink
Add FORCE_COLOR to GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Oct 26, 2024
1 parent 3b49a3f commit 87696bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
build:
name: Build

env:
FORCE_COLOR: 1

strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
deploy:
name: Deploy

env:
FORCE_COLOR: 1

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 87696bd

Please sign in to comment.