mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-18 18:47:11 +00:00
Fix reference to directory in the eval workflow for starting terrarium
This commit is contained in:
parent
7cd2855146
commit
9c403d24e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run_evals.yml
vendored
2
.github/workflows/run_evals.yml
vendored
|
@ -113,7 +113,7 @@ jobs:
|
||||||
khoj --anonymous-mode --non-interactive &
|
khoj --anonymous-mode --non-interactive &
|
||||||
|
|
||||||
# Start code sandbox
|
# Start code sandbox
|
||||||
npm run dev --prefix cohere-terrarium &
|
npm run dev --prefix terrarium &
|
||||||
|
|
||||||
# Wait for server to be ready
|
# Wait for server to be ready
|
||||||
timeout=120
|
timeout=120
|
||||||
|
|
Loading…
Reference in a new issue