Skip to content

Commit 0869e67

Browse files
authored
Merge pull request #493 from python-jsonschema/less-verbose-ci
Don't pass `-v` to pytest in CI
2 parents 067a89b + e0bd438 commit 0869e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: test
9999
run: |
100-
python -m tox run -m ci -- -v --junitxml pytest.{envname}.xml
100+
python -m tox run -m ci -- --junitxml pytest.{envname}.xml
101101
python -m tox run -e cov
102102
103103
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)