Skip to content

Commit b5c48c1

Browse files
committed
Ruby install
1 parent 61211d5 commit b5c48c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ jobs:
8080
- name: Gradle cache
8181
uses: gradle/gradle-build-action@v3
8282

83+
- uses: ruby/setup-ruby@v1
84+
if: ${{ matrix.platform == 'ios' }}
85+
with:
86+
ruby-version: '3.3.0'
87+
bundler-cache: true
88+
working-directory: performance-tests/TestAppSentry
89+
8390
- name: Install Global Dependencies
8491
run: npm i -g react-native-cli @sentry/cli
8592

0 commit comments

Comments
 (0)