From 55f46633298aaba43c79e7420bdf45505b0061b7 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 8 Oct 2022 15:22:13 +0200 Subject: [PATCH] ci: add color to pytest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b37748c..ef006b48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -123,7 +123,7 @@ jobs: - name: "Run tests" run: | cd tests - pytest --durations 10 --cov repo2docker -v ${{ matrix.repo_type }} + pytest --verbose --color=yes --durations=10 --cov=repo2docker ./${{ matrix.repo_type }} - name: "Upload code coverage stats" run: |