Skip to content

Commit d41ed1a

Browse files
committed
Keep server running
1 parent a01686a commit d41ed1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: Run local server in background
108108
run: |
109-
nohup python3 -m uvicorn fastapi_app:create_app --factory &
109+
RUNNER_TRACKING_ID="" && (nohup python3 -m uvicorn fastapi_app:create_app --factory &)
110110
111111
- name: Evaluate local RAG flow
112112
run: |

0 commit comments

Comments
 (0)