@W-21340586 Add lock file for CI consistency#51
Open
robertson-waweru wants to merge 8 commits intosalesforce:devfrom
Open
@W-21340586 Add lock file for CI consistency#51robertson-waweru wants to merge 8 commits intosalesforce:devfrom
robertson-waweru wants to merge 8 commits intosalesforce:devfrom
Conversation
Add --passWithNoTests flag to Jest command to allow CI to pass when the repository has no test files yet.
Access subcomponents via regions.components.components instead of direct subComponents property to match the Agentforce SDK version currently used in React Native (pre-subComponents refactor).
Add xcodeVersion: '15.4' to project.yml to ensure XcodeGen generates Xcode project format compatible with macOS-14 CI runner (which has Xcode 15.4, not 16+ which supports format 77).
- Update iOS build matrix to use macos-15 instead of macos-14 - Remove xcodeVersion constraint from project.yml (no longer needed) - Allows XcodeGen to generate latest format (77) for Xcode 16+ This is cleaner than downgrading the project format to work with older Xcode versions.
- -sdk iphonesimulator to build for the simulator SDK - -destination 'platform=iOS Simulator,name=iPhone 15' to specify the simulator target
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Un-ignore
package-lock.jsonto fix CI caching error.Problem
CI workflows fail because
setup-node@v4withcache: 'npm'requirespackage-lock.jsonto be committed,but it was gitignored.
Changes
package-lock.jsonfrom.gitignorepackage-lock.jsonto repository