You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix yarn cache and shellcheck issues in Pro workflows
This commit fixes two CI failures:
1. **Yarn cache error for execjs-compatible-dummy**:
- Changed cache-dependency-path from single file to glob pattern
- Now uses 'react_on_rails_pro/**/yarn.lock' to match all yarn.lock files
- Matches pattern used in main package workflows
- Fixes: Error: Could not get yarn cache folder path
2. **Shellcheck SC2209 warnings in background process commands**:
- Added `true` after background process commands
- Satisfies shellcheck requirement for explicit command success
- Affects pro-integration-tests.yml lines 207-216, 384-393
All three Pro workflow files updated:
- .github/workflows/pro-lint.yml
- .github/workflows/pro-package-tests.yml
- .github/workflows/pro-integration-tests.yml
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments