Skip to content

Commit

Permalink
Do not forward stdout
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Aug 29, 2024
1 parent 3d7a7cc commit 0a6406c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a6406c

Please sign in to comment.