Skip to content

Commit

Permalink
update cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-lew committed Dec 30, 2024
1 parent 2d44a8a commit 734903d
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 @@ -68,7 +68,7 @@ jobs:
- name: Run the app with uvicorn
run: |
nohup uvicorn app.main:app --host 127.0.0.1 --port 8000 | tee app.log &
uvicorn app.main:app --host 127.0.0.1 --port 8000
- name: Assert app is running
run: |
Expand Down

0 comments on commit 734903d

Please sign in to comment.