Skip to content

Commit

Permalink
Use color in CI
Browse files Browse the repository at this point in the history
This makes tox/pytest output easier to read.
  • Loading branch information
samueljsb committed Jul 10, 2024
1 parent 98ff195 commit ad63d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

env:
FORCE_COLOR: "1"

jobs:
compile:
runs-on: ubuntu-24.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

env:
FORCE_COLOR: "1"

jobs:
tests:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit ad63d44

Please sign in to comment.