Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thkr925 authored May 12, 2024
1 parent 32d298e commit b7cf56a
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 @@ -30,5 +30,5 @@ jobs:
if [ -f backend/requirements.pip ]; then pip install -r backend/requirements.pip; fi
- name: Test with pytest
run: |
pytest -s backend/test/integration
pytest -s backend/test/unit
pytest -s backend/test/integration/test_create.py
pytest -s backend/test/unit/test_usercontroller.py

0 comments on commit b7cf56a

Please sign in to comment.