[3.13] Add colour to GitHub Actions output (GH-129196) (#129198)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-01-22 22:45:08 +01:00 committed by GitHub
parent cc3dc8ab24
commit d674792ba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 22 additions and 1 deletions

View file

@ -18,6 +18,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

@ -25,6 +25,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
FORCE_COLOR: 1
jobs:
interpreter:
name: Interpreter (Debug)

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

@ -18,6 +18,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'
@ -22,7 +25,6 @@ jobs:
matrix:
os: [ubuntu-24.04, ubuntu-24.04-arm]
env:
FORCE_COLOR: 1
OPENSSL_VER: 3.0.15
PYTHONSTRICTEXTENSIONBUILD: 1
TERM: linux

View file

@ -7,6 +7,9 @@ on:
required: true
type: string
env:
FORCE_COLOR: 1
jobs:
build_wasi_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

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