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 c53aa05 commit 32d298e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +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/test_create.py
pytest -s backend/test/integration
pytest -s backend/test/unit

0 comments on commit 32d298e

Please sign in to comment.