We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7de1c55 + 2285c91 commit 8c0c14fCopy full SHA for 8c0c14f
1 file changed
.github/workflows/pr-evaluation.yml
@@ -156,7 +156,7 @@ jobs:
156
env:
157
ROUTERARENA_DATASET_DIR: ${{ github.workspace }}/dataset
158
run: |
159
- set -euo pipefail
+ set -euo pipefail; trap 'cat evaluation_output.txt' EXIT
160
# Uses base repo's evaluation script (safe - not from PR)
161
BASE_SHA="${{ github.event.pull_request.base.sha }}"
162
uv run python automation/process_pr_submission.py \
0 commit comments