Skip to content

Commit 55f4663

Browse files
committed
ci: add color to pytest
1 parent b927ebd commit 55f4663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: "Run tests"
124124
run: |
125125
cd tests
126-
pytest --durations 10 --cov repo2docker -v ${{ matrix.repo_type }}
126+
pytest --verbose --color=yes --durations=10 --cov=repo2docker ./${{ matrix.repo_type }}
127127
128128
- name: "Upload code coverage stats"
129129
run: |

0 commit comments

Comments
 (0)