Skip to content

Commit

Permalink
Merge pull request #493 from python-jsonschema/less-verbose-ci
Browse files Browse the repository at this point in the history
Don't pass `-v` to pytest in CI
  • Loading branch information
sirosen authored Oct 2, 2024
2 parents 067a89b + e0bd438 commit 0869e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: test
run: |
python -m tox run -m ci -- -v --junitxml pytest.{envname}.xml
python -m tox run -m ci -- --junitxml pytest.{envname}.xml
python -m tox run -e cov
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0869e67

Please sign in to comment.