Commit 539bd82
committed
fix(test-classifier): point reusable workflow at fetch-skills.sh
The agent-skills migration (#41) renamed sync-skills.sh -> fetch-skills.sh
and changed its behavior to vendor SKILL.md from navapbc/agent-skills into
.skills-vendor/, but the reusable workflow's setup step was never updated.
It chmod'd and ran the nonexistent sync-skills.sh, aborting every consumer
run under `set -euo pipefail`:
chmod: cannot access 'testing/classifier/scripts/sync-skills.sh': No such file or directory
Update both references to fetch-skills.sh, rename the step to describe what
it actually does, and drop the no-op AI_REVIEW_TOOL env (fetch-skills.sh
doesn't read it; the var is still used by the classifier run step).1 parent 981402c commit 539bd82
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
| 203 | + | |
206 | 204 | | |
207 | 205 | | |
208 | 206 | | |
| |||
0 commit comments