Add color to pytest output in CI (#743)
This commit is contained in:
parent
2407ed736f
commit
6759bebab5
2
.github/workflows/docker-build-push.yml
vendored
2
.github/workflows/docker-build-push.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
venv/bin/pip install -r requirements-test.txt
|
venv/bin/pip install -r requirements-test.txt
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: venv/bin/pytest
|
run: venv/bin/pytest --color=yes
|
||||||
|
|
||||||
- name: Login
|
- name: Login
|
||||||
if: ${{ inputs.push }}
|
if: ${{ inputs.push }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user