Skip to content

Commit 880ad18

Browse files
authored
[3.12] Add colour to GitHub Actions output (GH-129196) (#129199)
1 parent 9ed04d9 commit 880ad18

File tree

6 files changed

+16
-0
lines changed

6 files changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ concurrency:
2626
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-reusable
2727
cancel-in-progress: true
2828

29+
env:
30+
FORCE_COLOR: 1
31+
2932
jobs:
3033
check_source:
3134
name: Change detection

.github/workflows/reusable-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
required: true
1616
type: string
1717

18+
env:
19+
FORCE_COLOR: 1
20+
1821
jobs:
1922
build_macos:
2023
name: build and test (${{ inputs.os }})

.github/workflows/reusable-tsan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
required: true
1111
type: string
1212

13+
env:
14+
FORCE_COLOR: 1
15+
1316
jobs:
1417
build_tsan_reusable:
1518
name: 'Thread sanitizer'

.github/workflows/reusable-ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
type: boolean
1313
default: false
1414

15+
env:
16+
FORCE_COLOR: 1
17+
1518
jobs:
1619
build_ubuntu_reusable:
1720
name: 'build and test'

.github/workflows/reusable-windows-msi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
permissions:
1212
contents: read
1313

14+
env:
15+
FORCE_COLOR: 1
16+
1417
jobs:
1518
build:
1619
name: installer for ${{ inputs.arch }}

.github/workflows/reusable-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
default: false
1515

1616
env:
17+
FORCE_COLOR: 1
1718
IncludeUwp: >-
1819
true
1920

0 commit comments

Comments
 (0)