We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f1133 commit ff66c1eCopy full SHA for ff66c1e
.github/workflows/api-tests.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Start FastAPI server
55
run: |
56
- uvicorn src.fastapi_app:app --host 0.0.0.0 --port 8000 &
+ uvicorn app.fastapi_app:app --host 0.0.0.0 --port 8000 &
57
sleep 7
58
59
- name: Test health endpoint
0 commit comments