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
refactor(rn): separate build and deploy tasks for iOS
Split iOS build and deploy into separate process-compose tasks to enable:
- Parallel execution of build-ios with ios-simulator boot
- Clear failure attribution (build vs deploy)
- Consistent structure with Android test suites
Changes:
- test-suite-ios-e2e.yaml: Split deploy-ios into build-ios + deploy-ios
- test-suite-all-e2e.yaml: Split deploy-ios into build-ios + deploy-ios
- Updated device lock files from test runs
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments