aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/css.yml
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-23 21:32:25 +0200
committerGitHub <[email protected]>2020-11-23 21:32:25 +0200
commitfdc40f5053cdd6d403759abe2bc06cbfddcd8199 (patch)
tree8f0affb09d851a367e6993add17e1ec21d434b68 /.github/workflows/css.yml
parentee2bcdec3d201b5826fdaaf72a950a08581d3df4 (diff)
downloadbootstrap-fdc40f5053cdd6d403759abe2bc06cbfddcd8199.tar.xz
bootstrap-fdc40f5053cdd6d403759abe2bc06cbfddcd8199.zip
CI: specify `FORCE_COLOR:2` (#32222)
This should show any colors in the output
Diffstat (limited to '.github/workflows/css.yml')
-rw-r--r--.github/workflows/css.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml
index 065f7a937..a75f018c5 100644
--- a/.github/workflows/css.yml
+++ b/.github/workflows/css.yml
@@ -8,6 +8,7 @@ on:
env:
CI: true
+ FORCE_COLOR: 2
NODE: 14.x
jobs: