[3.12] Add colour to GitHub Actions output (GH-129196) (#129199)

This commit is contained in:
Hugo van Kemenade 2025-01-22 23:50:35 +02:00 committed by GitHub
parent 9ed04d9516
commit 880ad1813e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 16 additions and 0 deletions

View file

@ -26,6 +26,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-reusable
cancel-in-progress: true
env:
FORCE_COLOR: 1
jobs:
check_source:
name: Change detection

View file

@ -15,6 +15,9 @@ on:
required: true
type: string
env:
FORCE_COLOR: 1
jobs:
build_macos:
name: build and test (${{ inputs.os }})

View file

@ -10,6 +10,9 @@ on:
required: true
type: string
env:
FORCE_COLOR: 1
jobs:
build_tsan_reusable:
name: 'Thread sanitizer'

View file

@ -12,6 +12,9 @@ on:
type: boolean
default: false
env:
FORCE_COLOR: 1
jobs:
build_ubuntu_reusable:
name: 'build and test'

View file

@ -11,6 +11,9 @@ on:
permissions:
contents: read
env:
FORCE_COLOR: 1
jobs:
build:
name: installer for ${{ inputs.arch }}

View file

@ -14,6 +14,7 @@ on:
default: false
env:
FORCE_COLOR: 1
IncludeUwp: >-
true