Show color in github action output
This commit is contained in:
parent
368b28a1de
commit
2b15a34b39
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
@ -25,4 +25,4 @@ jobs:
|
||||||
poetry install
|
poetry install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
poetry run pytest
|
poetry run pytest --color=yes
|
||||||
|
|
Loading…
Reference in a new issue