From 9c403d24e1ba8f506e8dd2aa83b111b12d0c1641 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 8 Dec 2024 13:03:05 -0800 Subject: [PATCH] Fix reference to directory in the eval workflow for starting terrarium --- .github/workflows/run_evals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_evals.yml b/.github/workflows/run_evals.yml index 91f0a721..dc8c89b7 100644 --- a/.github/workflows/run_evals.yml +++ b/.github/workflows/run_evals.yml @@ -113,7 +113,7 @@ jobs: khoj --anonymous-mode --non-interactive & # Start code sandbox - npm run dev --prefix cohere-terrarium & + npm run dev --prefix terrarium & # Wait for server to be ready timeout=120