Skip to content

Commit eec7a99

Browse files
committed
pod install fix
1 parent ef7cc72 commit eec7a99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/native-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,14 @@ jobs:
4444

4545
- uses: ruby/setup-ruby@v1
4646
with:
47-
working-directory: packages/core/RNSentryCocoaTester
4847
ruby-version: '3.3.0'
49-
bundler-cache: true
5048

5149
- name: Install SDK JS Dependencies
5250
run: yarn install
5351

5452
- name: Install App Pods
5553
working-directory: packages/core/RNSentryCocoaTester
56-
run: bundle exec pod install
54+
run: pod install
5755

5856
- name: List Available Simulators
5957
run: xcrun simctl list devices available iPhone

0 commit comments

Comments
 (0)