mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 05:39:11 +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
|
# Start Khoj server in background
|
||||||
# Capture stdout/stderr to a log for debugging if startup fails
|
# 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=$!
|
KHOJ_PID=$!
|
||||||
echo "Started Khoj (PID=$KHOJ_PID)"
|
echo "Started Khoj (PID=$KHOJ_PID)"
|
||||||
|
|
||||||
@@ -215,6 +215,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
*_evaluation_results_*.csv
|
*_evaluation_results_*.csv
|
||||||
*_evaluation_summary_*.txt
|
*_evaluation_summary_*.txt
|
||||||
|
khoj_server.log
|
||||||
|
|
||||||
- name: Display Results
|
- name: Display Results
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user