Skip to content

Commit 42ce220

Browse files
committed
test: remove continue-on-error to test if it prevents subsequent steps
- Remove continue-on-error from Claude Code Action step - Test if this allows subsequent steps to execute - Will add back if needed after testing
1 parent 73a9025 commit 42ce220

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/agentready-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ jobs:
196196
- name: Claude Code Action
197197
id: claude-code
198198
uses: anthropics/claude-code-action@v1
199-
continue-on-error: true
200199
with:
201200
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
202201
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)