Skip to content

Commit

Permalink
ci: Update pytest command in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 21, 2024
1 parent f72c7d8 commit 5ca643e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
pip install pytest
pip install pytest-cov
poetry run pytest --cov --cov-report=xml
pytest --cov --cov-report=xml
- name: Use Codecov to track coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 5ca643e

Please sign in to comment.