Skip to content

Commit 360fb4e

Browse files
committed
feat: increase max turns for test jobs for generate resource action
1 parent 4843100 commit 360fb4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/resource-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
uses: anthropics/claude-code-action@v1
241241
with:
242242
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
243-
claude_args: "--allowedTools Bash,Read,Edit,Write --max-turns 30"
243+
claude_args: "--allowedTools Bash,Read,Edit,Write --max-turns 120"
244244
prompt: |
245245
The integration tests for the newly generated resource failed on Linux (ubuntu-latest).
246246
@@ -343,7 +343,7 @@ jobs:
343343
uses: anthropics/claude-code-action@v1
344344
with:
345345
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
346-
claude_args: "--allowedTools Bash,Read,Edit,Write --max-turns 30"
346+
claude_args: "--allowedTools Bash,Read,Edit,Write --max-turns 120"
347347
prompt: |
348348
The integration tests for the newly generated resource failed on macOS (macos-latest).
349349

0 commit comments

Comments
 (0)