2
0
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:
Lev 2022-03-29 12:36:21 +03:00 committed by GitHub
parent 2407ed736f
commit 6759bebab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}