mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02:00
CI: specify FORCE_COLOR:2
(#32222)
This should show any colors in the output
This commit is contained in:
1
.github/workflows/browserstack.yml
vendored
1
.github/workflows/browserstack.yml
vendored
@@ -5,6 +5,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
1
.github/workflows/bundlewatch.yml
vendored
1
.github/workflows/bundlewatch.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
1
.github/workflows/css.yml
vendored
1
.github/workflows/css.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
1
.github/workflows/js.yml
vendored
1
.github/workflows/js.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
1
.github/workflows/node-sass.yml
vendored
1
.github/workflows/node-sass.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user