mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +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:
|
||||
CI: true
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/bundlewatch.yml
vendored
1
.github/workflows/bundlewatch.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
CI: true
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/css.yml
vendored
1
.github/workflows/css.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
CI: true
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
CI: true
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/js.yml
vendored
1
.github/workflows/js.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
CI: true
|
||||
FORCE_COLOR: 2
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
|
|
|||
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
CI: true
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/node-sass.yml
vendored
1
.github/workflows/node-sass.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
CI: true
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue