Skip to content

Commit 25c719a

Browse files
committed
ci: support colored log when run on github actions
1 parent 6217bb8 commit 25c719a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
env:
1414
TURBO_TELEMETRY_DISABLED: 1
1515
VSCODE_WDIO_E2E_COMPATIBILITY_MODE: ${{ inputs.compatibility-mode }}
16+
FORCE_COLOR: 1
1617

1718
jobs:
1819
e2e:

.github/workflows/ci-smoke.yml

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

1616
env:
1717
TURBO_TELEMETRY_DISABLED: 1
18+
FORCE_COLOR: 1
1819

1920
jobs:
2021
smoke:

0 commit comments

Comments
 (0)