Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test ios app
Browse files Browse the repository at this point in the history
mrehan27 committed Aug 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 74512bc commit 025c267
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-sample-apps.yml
Original file line number Diff line number Diff line change
@@ -102,13 +102,13 @@ jobs:
- name: Setup Android environment for sample app
uses: ./.github/actions/setup-android

- name: Build and upload Android app via Fastlane
uses: maierj/[email protected]
with:
subdirectory: apps/${{ matrix.sample-app }}
lane: 'android build'
env:
FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT_CREDS_B64: ${{ secrets.FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT_CREDS_B64 }}
# - name: Build and upload Android app via Fastlane
# uses: maierj/[email protected]
# with:
# subdirectory: apps/${{ matrix.sample-app }}
# lane: 'android build'
# env:
# FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT_CREDS_B64: ${{ secrets.FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT_CREDS_B64 }}

- name: Setup iOS environment for sample app
uses: ./.github/actions/setup-ios

0 comments on commit 025c267

Please sign in to comment.