mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 21:04:42 +00:00
CI: specify FORCE_COLOR:2 (#32222)
This should show any colors in the output
This commit is contained in:
parent
ee2bcdec3d
commit
fdc40f5053
7 changed files with 7 additions and 0 deletions
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue