Skip to content

Commit ff66c1e

Browse files
authored
Update api-tests.yml
1 parent e2f1133 commit ff66c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Start FastAPI server
5555
run: |
56-
uvicorn src.fastapi_app:app --host 0.0.0.0 --port 8000 &
56+
uvicorn app.fastapi_app:app --host 0.0.0.0 --port 8000 &
5757
sleep 7
5858
5959
- name: Test health endpoint

0 commit comments

Comments
 (0)