Merge pull request #84100 from Calinou/doctest-ci-force-colors

Use colored output on CI for Doctest
This commit is contained in:
Rémi Verschelde 2023-10-28 12:32:50 +02:00
commit 36ce821c78
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,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

View file

@ -72,4 +72,4 @@ jobs:
run: |
${{ matrix.bin }} --version
${{ matrix.bin }} --help
${{ matrix.bin }} --test
${{ matrix.bin }} --test --force-colors

View file

@ -75,4 +75,4 @@ jobs:
run: |
${{ matrix.bin }} --version
${{ matrix.bin }} --help
${{ matrix.bin }} --test
${{ matrix.bin }} --test --force-colors