Skip to content

Commit

Permalink
Use fastline in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-quiltt committed Jan 22, 2024
1 parent 78d91f9 commit bf90a56
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
distribution: temurin
java-version: 21

# Generate AAR and POM files
- name: Release build
run: ./gradlew assembleRelease
# Setup Ruby
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3

# Setup Fastlane
- name: Setup Fastlane
run: bundle install

- name: Build AAR and POM files
run: bundle exec fastlane build_example_app

0 comments on commit bf90a56

Please sign in to comment.