Skip to content

Commit 48115dd

Browse files
christsoclaude
andcommitted
fix(ci): use bunx agentv instead of dist path
Since bun install links the local workspace package, bunx agentv resolves to the source without needing a global npm install. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0e99e7d commit 48115dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/evals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
mkdir -p .agentv/ci-results
4949
50-
bun apps/cli/dist/cli.js eval run "${{ steps.filter.outputs.pattern }}" \
50+
bunx agentv eval run "${{ steps.filter.outputs.pattern }}" \
5151
--workers 1 \
5252
--threshold ${{ steps.filter.outputs.threshold }} \
5353
-o .agentv/ci-results/junit.xml \

0 commit comments

Comments
 (0)