Skip to content

Commit 1b8b1bf

Browse files
committed
Use color to diagnose failures
1 parent d225be0 commit 1b8b1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
Pkg.develop(PackageSpec(path=pwd()))
6565
Pkg.instantiate()'
6666
- run: |
67-
julia --project=docs/ -e '
67+
julia --color=yes --project=docs/ -e '
6868
using Flux
6969
# using Pkg; Pkg.activate("docs")
7070
using Documenter

0 commit comments

Comments
 (0)