We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47a2db commit fa64c0eCopy full SHA for fa64c0e
1 file changed
.github/workflows/evaluate.yaml
@@ -104,9 +104,9 @@ jobs:
104
az account set --subscription ${{env.AZURE_SUBSCRIPTION_ID}}
105
106
107
- - name: Run local server
+ - name: Run local server in background
108
run: |
109
- python3 -m uvicorn fastapi_app:create_app --factory
+ nohup python3 -m uvicorn fastapi_app:create_app --factory &
110
111
- name: Evaluate local RAG flow
112
0 commit comments