ci: Use colored output for pytest

This commit is contained in:
Edmund Miller 2022-01-25 13:40:00 -06:00
parent 6d622bfe54
commit 799c6af795
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -86,7 +86,7 @@ jobs:
# Test the module
- name: Run pytest-workflow
# only use one thread for pytest-workflow to avoid race condition on conda cache.
run: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --kwdof
run: TMPDIR=~ PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --kwdof --color=yes
- name: Output log on failure
if: failure()