Skip to content

Commit

Permalink
GHA: add color output (#461)
Browse files Browse the repository at this point in the history
* GHA: add color output

* Update .github/workflows/ci-workflow.yml
  • Loading branch information
mathause authored May 31, 2024
1 parent dc60db6 commit 9f3b2fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
FORCE_COLOR: 1

jobs:
test:
name: py${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.env }}
Expand Down

0 comments on commit 9f3b2fe

Please sign in to comment.