File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3030 test-react-native :
3131 name : React Native Installation
3232 runs-on : macos-15
33+ # This job can take a while to run, so we set a timeout.
34+ timeout-minutes : 30
3335 steps :
3436 - uses : actions/checkout@v5
3537 with :
6769 - name : Add Sentry/HybridSDK Dependency to RNSentryCocoaTester/Podfile
6870 run : sed -i '' -e "s/RNSentry.podspec'/RNSentry.podspec'\\n pod 'Sentry\/HybridSDK', :path => '..\/..\/..\/..\/sentry-cocoa'/" sentry-react-native/packages/core/RNSentryCocoaTester/Podfile
6971
72+ - name : Disable test parallelization
73+ working-directory : sentry-react-native/packages/core/RNSentryCocoaTester
74+ run : sed -i '' "s/parallelizable = \"YES\"/parallelizable = \"NO\"/" RNSentryCocoaTester.xcodeproj/xcshareddata/xcschemes/RNSentryCocoaTester.xcscheme
75+
7076 - name : Install App Pods
7177 working-directory : sentry-react-native/packages/core/RNSentryCocoaTester
7278 run : pod install
You can’t perform that action at this time.
0 commit comments