Share debug logs from github eval run for debugging

This commit is contained in:
Debanjum
2025-08-22 18:24:55 -07:00
parent e2f377c27b
commit c53a70c997

View File

@@ -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()