Skip to content

Commit c8fa125

Browse files
christsoclaude
andcommitted
fix(ci): force root targets.yaml to override per-eval local targets
Per-eval .agentv/targets.yaml files (e.g. agent-skills-evals uses echo provider) don't define copilot-cli. Use --targets to force the root targets.yaml so all evals use the same CI target configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 883f651 commit c8fa125

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/evals.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
6262
# shellcheck disable=SC2086
6363
bun apps/cli/dist/cli.js eval run ${{ steps.filter.outputs.patterns }} \
64+
--targets .agentv/targets.yaml \
6465
--target ${{ steps.filter.outputs.target }} \
6566
--workers 1 \
6667
--threshold ${{ steps.filter.outputs.threshold }} \

0 commit comments

Comments
 (0)