]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: specify `FORCE_COLOR:2` (#32222)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 23 Nov 2020 19:32:25 +0000 (21:32 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 19:32:25 +0000 (21:32 +0200)
This should show any colors in the output

.github/workflows/browserstack.yml
.github/workflows/bundlewatch.yml
.github/workflows/css.yml
.github/workflows/docs.yml
.github/workflows/js.yml
.github/workflows/lint.yml
.github/workflows/node-sass.yml

index 9163f803c0f77c7ba6668a852b4210032a6d4ab8..0b4cfbdaacba678e05272fe73a8b6f7e11783bbd 100644 (file)
@@ -5,6 +5,7 @@ on:
 
 env:
   CI: true
+  FORCE_COLOR: 2
   NODE: 14.x
 
 jobs:
index 8657322598103815e75dee03fb5e097ab048cbec..966dfbf721b83efa2f209830df02d2e9d499e3c4 100644 (file)
@@ -8,6 +8,7 @@ on:
 
 env:
   CI: true
+  FORCE_COLOR: 2
   NODE: 14.x
 
 jobs:
index 065f7a93792e9d1970a52ba4f23e0aa23d5c4f3c..a75f018c5eb1e252ce7d7a5b63ebfc87ebdabb5c 100644 (file)
@@ -8,6 +8,7 @@ on:
 
 env:
   CI: true
+  FORCE_COLOR: 2
   NODE: 14.x
 
 jobs:
index ac38d97ea5e65de86b98c41916a36eaa185c1369..58b55fc7ca81c4299bab0998047ba332eef1b745 100644 (file)
@@ -8,6 +8,7 @@ on:
 
 env:
   CI: true
+  FORCE_COLOR: 2
   NODE: 14.x
 
 jobs:
index d14588965bab03a1ada3d78bb6affd88b83b9eb8..1ec0d69098a2b6f4d9d81f202396eab355b1e2e0 100644 (file)
@@ -8,6 +8,7 @@ on:
 
 env:
   CI: true
+  FORCE_COLOR: 2
 
 jobs:
   run:
index b5035c1ef1ec32009890bf10b132f3bccfd4b5a0..e850a1f1b885e71a612a7218d9c5e350635ecc0f 100644 (file)
@@ -8,6 +8,7 @@ on:
 
 env:
   CI: true
+  FORCE_COLOR: 2
   NODE: 14.x
 
 jobs:
index 6904f7eca4af8593f41f97a33e326330b87ff2d8..2db55f0ff98224985bba7a84337ab49b5a68c37a 100644 (file)
@@ -8,6 +8,7 @@ on:
 
 env:
   CI: true
+  FORCE_COLOR: 2
   NODE: 14.x
 
 jobs: