diff options
| author | XhmikosR <[email protected]> | 2020-11-23 21:32:25 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-23 21:32:25 +0200 |
| commit | fdc40f5053cdd6d403759abe2bc06cbfddcd8199 (patch) | |
| tree | 8f0affb09d851a367e6993add17e1ec21d434b68 /.github/workflows/browserstack.yml | |
| parent | ee2bcdec3d201b5826fdaaf72a950a08581d3df4 (diff) | |
| download | bootstrap-fdc40f5053cdd6d403759abe2bc06cbfddcd8199.tar.xz bootstrap-fdc40f5053cdd6d403759abe2bc06cbfddcd8199.zip | |
CI: specify `FORCE_COLOR:2` (#32222)
This should show any colors in the output
Diffstat (limited to '.github/workflows/browserstack.yml')
| -rw-r--r-- | .github/workflows/browserstack.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 9163f803c..0b4cfbdaa 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: |
