Skip to content

Commit 0cba289

Browse files
authored
Enable colour for doctest on GitHub Actions (#123536)
1 parent 5414b97 commit 0cba289

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1212
cancel-in-progress: true
1313

14+
env:
15+
FORCE_COLOR: 1
16+
1417
jobs:
1518
build_doc:
1619
name: 'Docs'

0 commit comments

Comments
 (0)