mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.12] Add colour to GitHub Actions output (GH-129196) (#129199)
This commit is contained in:
parent
9ed04d9516
commit
880ad1813e
6 changed files with 16 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
3
.github/workflows/reusable-macos.yml
vendored
3
.github/workflows/reusable-macos.yml
vendored
|
|
@ -15,6 +15,9 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build_macos:
|
||||
name: build and test (${{ inputs.os }})
|
||||
|
|
|
|||
3
.github/workflows/reusable-tsan.yml
vendored
3
.github/workflows/reusable-tsan.yml
vendored
|
|
@ -10,6 +10,9 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build_tsan_reusable:
|
||||
name: 'Thread sanitizer'
|
||||
|
|
|
|||
3
.github/workflows/reusable-ubuntu.yml
vendored
3
.github/workflows/reusable-ubuntu.yml
vendored
|
|
@ -12,6 +12,9 @@ on:
|
|||
type: boolean
|
||||
default: false
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build_ubuntu_reusable:
|
||||
name: 'build and test'
|
||||
|
|
|
|||
3
.github/workflows/reusable-windows-msi.yml
vendored
3
.github/workflows/reusable-windows-msi.yml
vendored
|
|
@ -11,6 +11,9 @@ on:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: installer for ${{ inputs.arch }}
|
||||
|
|
|
|||
1
.github/workflows/reusable-windows.yml
vendored
1
.github/workflows/reusable-windows.yml
vendored
|
|
@ -14,6 +14,7 @@ on:
|
|||
default: false
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
IncludeUwp: >-
|
||||
true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue