Skip to content

Commit

Permalink
test: run gem install
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 1, 2024
1 parent 69d3af9 commit cfcd00e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ jobs:
run: |
echo "${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}" | base64 --decode > ./app/firebase_credentials.json
- name: Install Dependencies
run: |
gem install bundler
bundle install
- name: Build & Deploy Distribute
env:
FIREBASE_CREDENTIALS: ${{ github.workspace }}/app/firebase_credentials.json
Expand Down

0 comments on commit cfcd00e

Please sign in to comment.