Skip to content

Commit be9c2ba

Browse files
nhortonclaude
andcommitted
fix: remove stale ls of skills dir in CI setup
The previous commit removed the manual skill copy (plugin provides skills via --plugin-dir), but left a `ls test_project/.claude/skills/` that fails with exit code 2 since the directory no longer exists. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 26ed434 commit be9c2ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-code-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ jobs:
248248
"
249249
250250
echo "Fresh test project setup complete"
251-
echo "Available skills:"
252-
ls -la test_project/.claude/skills/
251+
echo "MCP config:"
252+
cat test_project/.mcp.json
253253
254254
# STEP 1: Use /deepwork to CREATE the fruits job via MCP workflow
255255
#

0 commit comments

Comments
 (0)