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 eb0e572 commit 637ea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
if [ -f requirements.pip ]; then pip install -r requirements.pip; fi
- name: Test with pytest
run: |
pytest backend/test/integration/test_create.py
pytest -s backend/test/integration/test_create.py

0 comments on commit 637ea43

Please sign in to comment.