File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2626
2727 test-ios :
2828 name : ios
29- runs-on : ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12"]
29+ runs-on : [ "ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12" ]
3030 needs : [diff_check]
3131 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
3232 steps :
@@ -42,12 +42,18 @@ jobs:
4242 cache : ' yarn'
4343 cache-dependency-path : yarn.lock
4444
45+ - uses : ruby/setup-ruby@v1
46+ with :
47+ working-directory : packages/core/RNSentryCocoaTester
48+ ruby-version : ' 3.3.0'
49+ bundler-cache : true
50+
4551 - name : Install SDK JS Dependencies
4652 run : yarn install
4753
4854 - name : Install App Pods
4955 working-directory : packages/core/RNSentryCocoaTester
50- run : pod install
56+ run : bundle exec pod install
5157
5258 - name : List Available Simulators
5359 run : xcrun simctl list devices available iPhone
You can’t perform that action at this time.
0 commit comments