Color output in GitHubAction, maybe even Travis.
This commit is contained in:
parent
c674a10201
commit
de5af3aba2
|
|
@ -24,5 +24,7 @@ commands = molecule test
|
||||||
setenv =
|
setenv =
|
||||||
TOX_ENVNAME={envname}
|
TOX_ENVNAME={envname}
|
||||||
MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname}
|
MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname}
|
||||||
|
PY_COLORS=1
|
||||||
|
ANSIBLE_FORCE_COLOR=1
|
||||||
|
|
||||||
passenv = namespace image tag
|
passenv = namespace image tag
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue