mirror of https://github.com/godotengine/godot
Merge pull request #84100 from Calinou/doctest-ci-force-colors
Use colored output on CI for Doctest
This commit is contained in:
commit
36ce821c78
|
|
@ -162,7 +162,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
${{ matrix.bin }} --version
|
${{ matrix.bin }} --version
|
||||||
${{ matrix.bin }} --help
|
${{ matrix.bin }} --help
|
||||||
${{ matrix.bin }} --test --headless
|
${{ matrix.bin }} --headless --test --force-colors
|
||||||
|
|
||||||
# Check class reference
|
# Check class reference
|
||||||
- name: Check for class reference updates
|
- name: Check for class reference updates
|
||||||
|
|
|
||||||
|
|
@ -72,4 +72,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
${{ matrix.bin }} --version
|
${{ matrix.bin }} --version
|
||||||
${{ matrix.bin }} --help
|
${{ matrix.bin }} --help
|
||||||
${{ matrix.bin }} --test
|
${{ matrix.bin }} --test --force-colors
|
||||||
|
|
|
||||||
|
|
@ -75,4 +75,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
${{ matrix.bin }} --version
|
${{ matrix.bin }} --version
|
||||||
${{ matrix.bin }} --help
|
${{ matrix.bin }} --help
|
||||||
${{ matrix.bin }} --test
|
${{ matrix.bin }} --test --force-colors
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue