We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7cc72 commit eec7a99Copy full SHA for eec7a99
.github/workflows/native-tests.yml
@@ -44,16 +44,14 @@ jobs:
44
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
51
- name: Install SDK JS Dependencies
52
run: yarn install
53
54
- name: Install App Pods
55
working-directory: packages/core/RNSentryCocoaTester
56
- run: bundle exec pod install
+ run: pod install
57
58
- name: List Available Simulators
59
run: xcrun simctl list devices available iPhone
0 commit comments