Use colored output on CI for Doctest
GitHub Actions output is not considered a TTY, so colored output
must be forced.
(cherry picked from commit dec26e15b3
)
This commit is contained in:
parent
204f3bd58d
commit
e33eb36231
|
@ -150,7 +150,7 @@ jobs:
|
|||
run: |
|
||||
${{ matrix.bin }} --version
|
||||
${{ matrix.bin }} --help
|
||||
${{ matrix.bin }} --test --headless
|
||||
${{ matrix.bin }} --headless --test --force-colors
|
||||
|
||||
# Check class reference
|
||||
- name: Check for class reference updates
|
||||
|
|
|
@ -72,4 +72,4 @@ jobs:
|
|||
run: |
|
||||
${{ matrix.bin }} --version
|
||||
${{ matrix.bin }} --help
|
||||
${{ matrix.bin }} --test
|
||||
${{ matrix.bin }} --test --force-colors
|
||||
|
|
|
@ -75,4 +75,4 @@ jobs:
|
|||
run: |
|
||||
${{ matrix.bin }} --version
|
||||
${{ matrix.bin }} --help
|
||||
${{ matrix.bin }} --test
|
||||
${{ matrix.bin }} --test --force-colors
|
||||
|
|
Loading…
Reference in New Issue