Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-23 22:32:25 +0300
committerGitHub <noreply@github.com>2020-11-23 22:32:25 +0300
commitfdc40f5053cdd6d403759abe2bc06cbfddcd8199 (patch)
tree8f0affb09d851a367e6993add17e1ec21d434b68 /.github
parentee2bcdec3d201b5826fdaaf72a950a08581d3df4 (diff)
CI: specify `FORCE_COLOR:2` (#32222)
This should show any colors in the output
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/browserstack.yml1
-rw-r--r--.github/workflows/bundlewatch.yml1
-rw-r--r--.github/workflows/css.yml1
-rw-r--r--.github/workflows/docs.yml1
-rw-r--r--.github/workflows/js.yml1
-rw-r--r--.github/workflows/lint.yml1
-rw-r--r--.github/workflows/node-sass.yml1
7 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml
index 9163f803c0..0b4cfbdaac 100644
--- a/.github/workflows/browserstack.yml
+++ b/.github/workflows/browserstack.yml
@@ -5,6 +5,7 @@ on:
env:
CI: true
+ FORCE_COLOR: 2
NODE: 14.x
jobs:
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml
index 8657322598..966dfbf721 100644
--- a/.github/workflows/bundlewatch.yml
+++ b/.github/workflows/bundlewatch.yml
@@ -8,6 +8,7 @@ on:
env:
CI: true
+ FORCE_COLOR: 2
NODE: 14.x
jobs:
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml
index 065f7a9379..a75f018c5e 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:
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index ac38d97ea5..58b55fc7ca 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -8,6 +8,7 @@ on:
env:
CI: true
+ FORCE_COLOR: 2
NODE: 14.x
jobs:
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml
index d14588965b..1ec0d69098 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -8,6 +8,7 @@ on:
env:
CI: true
+ FORCE_COLOR: 2
jobs:
run:
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index b5035c1ef1..e850a1f1b8 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -8,6 +8,7 @@ on:
env:
CI: true
+ FORCE_COLOR: 2
NODE: 14.x
jobs:
diff --git a/.github/workflows/node-sass.yml b/.github/workflows/node-sass.yml
index 6904f7eca4..2db55f0ff9 100644
--- a/.github/workflows/node-sass.yml
+++ b/.github/workflows/node-sass.yml
@@ -8,6 +8,7 @@ on:
env:
CI: true
+ FORCE_COLOR: 2
NODE: 14.x
jobs: