mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Share debug logs from github eval run for debugging
This commit is contained in:
3
.github/workflows/run_evals.yml
vendored
3
.github/workflows/run_evals.yml
vendored
@@ -176,7 +176,7 @@ jobs:
|
||||
|
||||
# Start Khoj server in background
|
||||
# Capture stdout/stderr to a log for debugging if startup fails
|
||||
uv run khoj --anonymous-mode --non-interactive > khoj_server.log 2>&1 &
|
||||
uv run khoj --anonymous-mode --non-interactive -vv > khoj_server.log 2>&1 &
|
||||
KHOJ_PID=$!
|
||||
echo "Started Khoj (PID=$KHOJ_PID)"
|
||||
|
||||
@@ -215,6 +215,7 @@ jobs:
|
||||
path: |
|
||||
*_evaluation_results_*.csv
|
||||
*_evaluation_summary_*.txt
|
||||
khoj_server.log
|
||||
|
||||
- name: Display Results
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user