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 637ea43 commit c53aa05
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 @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.pip ]; then pip install -r requirements.pip; fi
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

0 comments on commit c53aa05

Please sign in to comment.