We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ab734 commit 00ee388Copy full SHA for 00ee388
1 file changed
ci.sh
@@ -66,7 +66,7 @@ else
66
echo "::endgroup::"
67
echo "::group:: Run Tests"
68
# coverage run --rcfile=../pyproject.toml -m
69
- if pytest -ra --junitxml=../test-results.xml ../tests --verbose --durations=10 $flags; then
+ if pytest -ra tests --verbose --durations=10; then
70
PASSED=true
71
else
72
PASSED=false
0 commit comments