We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed05fb9 commit 224b5ceCopy full SHA for 224b5ce
1 file changed
.github/workflows/evals-nightly.yml
@@ -65,10 +65,10 @@ jobs:
65
run: |
66
BASE_NAME=$(basename "${{ matrix.eval-file }}" .eval.ts)
67
REPORT_FILE="eval-results-${{ matrix.model }}-${BASE_NAME}.json"
68
-
+
69
# Run tests and ignore exit code
70
npm run test:evals -- "${{ matrix.eval-file }}" --reporter=json --outputFile="$REPORT_FILE" || true
71
72
# Check if report was generated
73
if [ ! -f "$REPORT_FILE" ]; then
74
echo "❌ Report file $REPORT_FILE was not generated. The evaluation likely crashed."
0 commit comments