mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 04:18:05 +00:00
fix(ci): repair ai review fallback scope script
This commit is contained in:
@@ -32,5 +32,10 @@ describe('ai-review workflow', () => {
|
||||
expect(claudeReviewStep?.with?.path_to_claude_code_executable).toBe(
|
||||
'${{ steps.toolchain.outputs.claude_path }}'
|
||||
);
|
||||
|
||||
const promptStep = steps.find((step) => step.id === 'review-prompt');
|
||||
expect(promptStep).toBeDefined();
|
||||
expect(promptStep?.run).toContain("printf '%s\\n' \\");
|
||||
expect(promptStep?.run).not.toContain("| sed 's/^ //'");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user