Skip to content

Commit

Permalink
Download evals.db from main before running evals (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswustenberg authored Jan 10, 2025
1 parent ae995b6 commit 777868b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ jobs:
- name: Install evals
run: go install maragu.dev/evals

- name: Download evals.db
id: download-artifact
uses: dawidd6/action-download-artifact@v7
with:
name: evals.db
branch: main
if_no_artifact_found: warn

- name: Evaluate
run: go test -json -run TestEval ./... | evals | tee evals.txt >> $GITHUB_STEP_SUMMARY

Expand Down

0 comments on commit 777868b

Please sign in to comment.