Skip to content

Commit

Permalink
Add env FORCE_COLOR=2 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Nov 14, 2023
1 parent 3508023 commit d13bdbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [ benchmarking ]

env:
FORCE_COLOR: 2

jobs:
benchmark:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [ main ]

env:
FORCE_COLOR: 2

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:
id-token: write # required to use OIDC authentication
contents: read # required to checkout the code from the repo

env:
FORCE_COLOR: 2

jobs:
build:
name: Build
Expand Down

0 comments on commit d13bdbe

Please sign in to comment.