force terminal colors in gh actions
This commit is contained in:
parent
7e3561142a
commit
53078bf891
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -10,6 +10,8 @@ on:
|
|||
|
||||
env:
|
||||
CI: true
|
||||
# Force terminal colors. @see https://www.npmjs.com/package/colors
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
chromium_linux:
|
||||
|
|
|
|||
Loading…
Reference in a new issue