Skip to content

Commit 2e2aea5

Browse files
committed
Enable colour in CI logs
1 parent 02d2282 commit 2e2aea5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ concurrency:
88
group: ci-${{ github.ref }}
99
cancel-in-progress: true
1010

11+
env:
12+
FORCE_COLOR: 1
13+
1114
jobs:
1215
quality:
1316
name: Quality checks

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ concurrency:
1212
group: pages
1313
cancel-in-progress: false
1414

15+
env:
16+
FORCE_COLOR: 1
17+
18+
1519
jobs:
1620
build:
1721
name: Build

0 commit comments

Comments
 (0)