Show color in github action output

This commit is contained in:
Gabriel Augendre 2019-12-28 00:39:34 +01:00
parent 368b28a1de
commit 2b15a34b39
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -25,4 +25,4 @@ jobs:
poetry install
- name: Test with pytest
run: |
poetry run pytest
poetry run pytest --color=yes