Skip to content

Commit 224b5ce

Browse files
committed
fix(ci): remove trailing spaces in evals-nightly.yml
1 parent ed05fb9 commit 224b5ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/evals-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
run: |
6666
BASE_NAME=$(basename "${{ matrix.eval-file }}" .eval.ts)
6767
REPORT_FILE="eval-results-${{ matrix.model }}-${BASE_NAME}.json"
68-
68+
6969
# Run tests and ignore exit code
7070
npm run test:evals -- "${{ matrix.eval-file }}" --reporter=json --outputFile="$REPORT_FILE" || true
71-
71+
7272
# Check if report was generated
7373
if [ ! -f "$REPORT_FILE" ]; then
7474
echo "❌ Report file $REPORT_FILE was not generated. The evaluation likely crashed."

0 commit comments

Comments
 (0)