mirror of https://github.com/twbs/bootstrap.git
CI: specify `FORCE_COLOR:2` (#32222)
This should show any colors in the output
This commit is contained in:
parent
ee2bcdec3d
commit
fdc40f5053
|
@ -5,6 +5,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
|
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
FORCE_COLOR: 2
|
||||||
NODE: 14.x
|
NODE: 14.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -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 New Issue