Skip to content

Commit

Permalink
Restart code sandbox on crash in eval github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Dec 12, 2024
1 parent 01bc6d3 commit 1760470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_evals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
khoj --anonymous-mode --non-interactive &
# Start code sandbox
npm run dev --prefix terrarium &
npm install -g pm2
npm run ci --prefix terrarium
# Wait for server to be ready
timeout=120
Expand Down

0 comments on commit 1760470

Please sign in to comment.