Skip to content

Commit

Permalink
ci: fix pytest step
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiogra committed Jul 14, 2023
1 parent f08d48f commit 6d8379b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
continue-on-error: true
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
pip install pytest
pytest

0 comments on commit 6d8379b

Please sign in to comment.