diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50dd796d..d5d8dc03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,6 +91,6 @@ jobs: - name: Run pytest run: | - pytest --verbose -s --color=yes --durations=10 --cov=repo2docker tests/${{ matrix.repo_type }} + pytest --verbose --color=yes --durations=10 --cov=repo2docker tests/${{ matrix.repo_type }} - uses: codecov/codecov-action@v4