Skip to content

Commit

Permalink
Fixing typo in pytest run
Browse files Browse the repository at this point in the history
  • Loading branch information
rawanmahdi committed Jan 29, 2024
1 parent 5919b56 commit 72935b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run tests
run: python -m coverage report -m tests/test_registration.py

run: python -m coverage run -m pytest tests/test_registration.py

- name: Print Coverage
run: python -m coverage report -m tests/test_registration.py

0 comments on commit 72935b2

Please sign in to comment.