Skip to content

Commit 7a26265

Browse files
committed
update ci and evals with main, update eval runner
1 parent 47a9242 commit 7a26265

File tree

5 files changed

+35
-8305
lines changed

5 files changed

+35
-8305
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4141
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
4242
run: |
43-
npm test
43+
npm run evals

.husky/pre-commit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
npm install
3-
npm run build
4-
npm run pre-commit
2+
pnpm install
3+
pnpm build
4+
pnpm pre-commit

0 commit comments

Comments
 (0)