Skip to content

Commit 4d853d3

Browse files
committed
ci: increase max-turns to 10 for tool usage
1 parent ba296b1 commit 4d853d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/agentic-ci-poc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
RESULT=$(claude \
3838
--model "aws/anthropic/bedrock-claude-opus-4-6" \
3939
-p "$FINAL_PROMPT" \
40-
--max-turns 1 \
40+
--max-turns 10 \
4141
--allowedTools "Read,Glob,Grep" \
4242
2>&1)
4343

0 commit comments

Comments
 (0)