Skip to content

Conversation

@maxisbey
Copy link
Contributor

Summary

  • Remove continue-on-error: true from the test job in shared.yml so that CI test failures are blocking
  • Previously, failing tests were silently ignored and the overall workflow would still pass

Test plan

  • Verify the shared.yml workflow runs without continue-on-error
  • Confirm that a test failure correctly marks the workflow as failed

Changelog

🤖 Generated with Claude Code

maxisbey and others added 2 commits January 27, 2026 12:53
Dependabot PRs fail the claude-review check because the action rejects
non-human actors that aren't in the allowed_bots list. Since Dependabot
PRs are automated dependency bumps, they don't need a Claude code review.

Skip the job entirely when the actor is dependabot[bot].
Make CI test failures blocking so that broken builds are not silently
ignored. Previously the test matrix had `continue-on-error: true`, which
allowed failing tests to pass the overall workflow.

Co-Authored-By: Claude (fennec-v7-fast) <[email protected]>
@maxisbey maxisbey closed this Jan 27, 2026
@maxisbey maxisbey deleted the fix/skip-claude-review-dependabot branch January 27, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants