fix(ci): remove pnpm cache from workspace detection job#4264
Conversation
The detect_affected_workspaces job doesn't run pnpm install, so enabling pnpm caching causes a "Path Validation Error" when the cache path doesn't exist at job completion. This breaks PRs that only touch non-TS files (e.g., Elixir mix.lock updates). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Claude Code ReviewSummaryThis is a minimal one-line CI fix that removes the erroneous What's Working Well
Issues FoundCritical (Must Fix)None. Important (Should Fix)None. Suggestions (Nice to Have)None. Issue ConformanceNo linked GitHub issue. For a one-liner CI fix with a clear reproduction case already cited in the PR description (#4255), this is acceptable — but future CI fixes should ideally reference or create a tracking issue so the context is preserved in the issue tracker. Review iteration: 1 | 2026-05-04 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4264 +/- ##
=======================================
Coverage 64.61% 64.61%
=======================================
Files 144 144
Lines 19308 19308
Branches 4747 4752 +5
=======================================
Hits 12476 12476
Misses 6829 6829
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
detect_affected_workspacesjob ints_tests.ymlhadcache: pnpmenabled but doesn't runpnpm installTest plan
🤖 Generated with Claude Code
cc @icehaunter