Skip to content

Commit

Permalink
in github action pytest --capture=no
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Jan 1, 2025
1 parent e7b271d commit e278247
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 @@ -28,4 +28,4 @@ jobs:
- name: Run tests
run: |
xonsh -c "xontrib load pygitstatus"
bash -c "set -o pipefail && pytest --collect-only --quiet | grep --invert-match 'tests collected' | xargs --replace='%0' --max-procs=1 --max-args=1 sh -c 'pytest %0 || exit 255'"
bash -c "set -o pipefail && pytest --collect-only --quiet | grep --invert-match 'tests collected' | xargs --replace='%0' --max-procs=1 --max-args=1 sh -c 'pytest --capture=no %0 || exit 255'"

0 comments on commit e278247

Please sign in to comment.