Skip to content

Commit fa64c0e

Browse files
committed
Nohup
1 parent b47a2db commit fa64c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/evaluate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104
az account set --subscription ${{env.AZURE_SUBSCRIPTION_ID}}
105105
106106
107-
- name: Run local server
107+
- name: Run local server in background
108108
run: |
109-
python3 -m uvicorn fastapi_app:create_app --factory
109+
nohup python3 -m uvicorn fastapi_app:create_app --factory &
110110
111111
- name: Evaluate local RAG flow
112112
run: |

0 commit comments

Comments
 (0)