mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-14 01:40:26 +00:00
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
|
||||
|
||||
- name: Test
|
||||
run: venv/bin/pytest
|
||||
run: venv/bin/pytest --color=yes
|
||||
|
||||
- name: Login
|
||||
if: ${{ inputs.push }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user