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 30
30
test-react-native :
31
31
name : React Native Installation
32
32
runs-on : macos-15
33
+ # This job can take a while to run, so we set a timeout.
34
+ timeout-minutes : 30
33
35
steps :
34
36
- uses : actions/checkout@v5
35
37
with :
67
69
- name : Add Sentry/HybridSDK Dependency to RNSentryCocoaTester/Podfile
68
70
run : sed -i '' -e "s/RNSentry.podspec'/RNSentry.podspec'\\n pod 'Sentry\/HybridSDK', :path => '..\/..\/..\/..\/sentry-cocoa'/" sentry-react-native/packages/core/RNSentryCocoaTester/Podfile
69
71
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
+
70
76
- name : Install App Pods
71
77
working-directory : sentry-react-native/packages/core/RNSentryCocoaTester
72
78
run : pod install
You can’t perform that action at this time.
0 commit comments