Skip to content

Commit 1c15a40

Browse files
authored
chore(ci): scope ruby/setup-ruby to android/ to drop duplicate bundle install (#7257)
1 parent b7d1cd0 commit 1c15a40

3 files changed

Lines changed: 3 additions & 18 deletions

File tree

.github/actions/build-android/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@ runs:
4949
with:
5050
ruby-version: 2.7.7
5151
bundler-cache: true
52-
53-
- name: Install Fastlane
54-
working-directory: android
55-
run: |
56-
bundle install --path gems
57-
shell: bash
52+
working-directory: android
5853

5954
- name: Set up Gradle
6055
uses: gradle/actions/setup-gradle@v4

.github/actions/upload-android/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@ runs:
4040
with:
4141
ruby-version: 2.7.7
4242
bundler-cache: true
43-
44-
- name: Install Fastlane
45-
working-directory: android
46-
run: |
47-
bundle install --path gems
48-
shell: bash
43+
working-directory: android
4944

5045
- name: Store the Google service account key
5146
working-directory: android

.github/actions/upload-internal-android/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,7 @@ runs:
4040
with:
4141
ruby-version: 2.7.7
4242
bundler-cache: true
43-
44-
- name: Install Fastlane
45-
working-directory: android
46-
run: |
47-
bundle install --path gems
48-
shell: bash
43+
working-directory: android
4944

5045
- name: Store the Google service account key
5146
working-directory: android

0 commit comments

Comments
 (0)