Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liqul authored Dec 19, 2023
1 parent 87e870e commit 888a015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest tests/unit_tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
pytest tests/unit_tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html --ignore tests/unit_tests/data
- name: Upload pytest test results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 888a015

Please sign in to comment.