Skip to content

Commit 35e36a1

Browse files
committed
update cross platform script
1 parent 2656660 commit 35e36a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-cross-platform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
repository: getsentry/sentry-react-native
5959
path: sentry-react-native
60-
ref: cocoa-v9
60+
ref: itay/use_regular_podspec
6161

6262
- name: Enable Corepack
6363
working-directory: sentry-react-native
@@ -85,10 +85,10 @@ jobs:
8585
run: yarn install
8686

8787
- name: Remove Sentry/HybridSDK Dependency from RNSentry.podspec
88-
run: sed -i '' "s/s.dependency 'Sentry\/HybridSDK', '[0-9]*\.[0-9]*\.[0-9]*'/s.dependency 'Sentry\/HybridSDK'/" sentry-react-native/packages/core/RNSentry.podspec
88+
run: sed -i '' "s/s.dependency 'Sentry', '[0-9]*\.[0-9]*\.[0-9]*'/s.dependency 'Sentry'/" sentry-react-native/packages/core/RNSentry.podspec
8989

9090
- name: Add Sentry/HybridSDK Dependency to RNSentryCocoaTester/Podfile
91-
run: sed -i '' -e "s/RNSentry.podspec'/RNSentry.podspec'\\n pod 'Sentry\/HybridSDK', :path => '..\/..\/..\/..\/sentry-cocoa'/" sentry-react-native/packages/core/RNSentryCocoaTester/Podfile
91+
run: sed -i '' -e "s/RNSentry.podspec'/RNSentry.podspec'\\n pod 'Sentry', :path => '..\/..\/..\/..\/sentry-cocoa'/" sentry-react-native/packages/core/RNSentryCocoaTester/Podfile
9292

9393
- name: Disable test parallelization
9494
working-directory: sentry-react-native/packages/core/RNSentryCocoaTester

0 commit comments

Comments
 (0)