Skip to content

Commit

Permalink
remove pytest in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnvx committed Mar 8, 2024
1 parent 6a69b8f commit 3566ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:
- name: Run Pytest
run: |
poetry run coverage run -m pytest
poetry run coverage run manage.py test
poetry run coverage report -m
poetry run coverage html

0 comments on commit 3566ee6

Please sign in to comment.