Add color
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
parent
1bec0d2c7e
commit
fa45a4bec8
|
@ -7,6 +7,11 @@ on:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
env:
|
||||||
|
FORCE_COLOR: 1
|
||||||
|
PYTHONUNBUFFERED: 1
|
||||||
|
PYTHONUTF8: 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
smoke-tests:
|
smoke-tests:
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
|
Loading…
Reference in New Issue