You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use colored output on CI for Doctest
GitHub Actions output is not considered a TTY, so colored output must be forced.
This commit is contained in:
2
.github/workflows/linux_builds.yml
vendored
2
.github/workflows/linux_builds.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/macos_builds.yml
vendored
2
.github/workflows/macos_builds.yml
vendored
@@ -72,4 +72,4 @@ jobs:
|
||||
run: |
|
||||
${{ matrix.bin }} --version
|
||||
${{ matrix.bin }} --help
|
||||
${{ matrix.bin }} --test
|
||||
${{ matrix.bin }} --test --force-colors
|
||||
|
||||
2
.github/workflows/windows_builds.yml
vendored
2
.github/workflows/windows_builds.yml
vendored
@@ -75,4 +75,4 @@ jobs:
|
||||
run: |
|
||||
${{ matrix.bin }} --version
|
||||
${{ matrix.bin }} --help
|
||||
${{ matrix.bin }} --test
|
||||
${{ matrix.bin }} --test --force-colors
|
||||
|
||||
Reference in New Issue
Block a user