Skip to content

Commit

Permalink
fix: github actions: python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger committed Feb 17, 2024
1 parent 6e4902f commit cba6476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run Tests
run: |
# python -m unittest tests/*/test_*.py
pytest tests/ --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml
pytest tests/ --doctest-modules --junitxml=tests/junit/test-results-${{ matrix.python-version }}.xml
- name: Upload pytest test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cba6476

Please sign in to comment.