Commit 1ff06d0
fix: Update CI test paths to enable merge queue validation (#173)
* test: Add test-merge-queue branch to workflow triggers
This enables testing merge queue functionality without affecting main branch.
Workflows modified:
- validate.yml
- claude-code-test.yml
- cla.yml
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* test: Second test PR for merge queue validation
* test: First test PR for merge queue validation (#172)
* fix: Update CI test paths and enable merge queue validation
Changes:
- Fix claude-code-test.yml paths from .claude/commands/ to .claude/skills/
(generator now outputs to skills/ directory)
- Remove test-merge-queue branch references from workflow triggers
- Remove temporary test files
This fix enables the merge queue to properly validate PRs before merging.
The CI tests were previously passing on PRs because they skip actual tests,
but would fail in the merge queue due to incorrect paths.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: Update CI test paths for skill directory structure
The test workflow expected flat skill files but the generator creates
skill directories. Updated all path checks from `.claude/skills/X.md`
to `.claude/skills/X/SKILL.md` format.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: Use --dangerously-skip-permissions instead of --yes for Claude CLI
The --yes flag doesn't exist in the Claude CLI. The correct flag for
bypassing permission prompts in CI is --dangerously-skip-permissions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent eda2388 commit 1ff06d0
1 file changed
Lines changed: 18 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
0 commit comments