Add colour to GitHub Actions output (#129196)

This commit is contained in:
Hugo van Kemenade 2025-01-22 23:22:21 +02:00 committed by GitHub
parent fc6d4b71eb
commit 298dda5770
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

@ -21,13 +21,15 @@ on:
required: true
type: string
env:
FORCE_COLOR: 1
jobs:
build_ubuntu_reusable:
name: build and test (${{ inputs.os }})
timeout-minutes: 60
runs-on: ${{ inputs.os }}
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