Skip to content

Commit

Permalink
Add PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed May 26, 2024
1 parent 44954f5 commit bb0bfe0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
- name: Run tests
run: bundle exec fastlane test

- name: Upload internal app sharing build
if: github.event.issue.number
run: bundle exec fastlane uploadToInternalAppSharing pr_number:${{ github.event.issue.number }}
env:
GITHUB_API_BEARER_TOKEN: ${{ github.token }}
GOOGLE_PLAY_PRIVATE_KEY: ${{ secrets.GOOGLE_PLAY_PRIVATE_KEY }}
IS_CI: true

- name: Upload lint results
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit bb0bfe0

Please sign in to comment.