Skip to content

Commit

Permalink
--invert-match
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Dec 30, 2024
1 parent a06063f commit d616bea
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 -v '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 %0 || exit 255'"

0 comments on commit d616bea

Please sign in to comment.