Skip to content

Commit a804ab5

Browse files
committed
chore: fix ci
1 parent 0ec32c1 commit a804ab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ jobs:
7474
distribution: 'zulu'
7575
java-version: '17'
7676
check-latest: true
77+
- uses: ./.github/actions/ruby-cache
7778
- name: Install && Build - SDK and Sample App
7879
uses: ./.github/actions/install-and-build-sdk
79-
- name: Build
80+
- name: Build and deploy Android Firebase
8081
working-directory: examples/SampleApp
8182
run: bundle exec fastlane android firebase_build_and_upload deploy:${{ github.ref == 'refs/heads/develop' }};
8283
env:

0 commit comments

Comments
 (0)