Skip to content

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OroshiX committed Sep 29, 2024
1 parent 8d8d883 commit 00c0858
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ jobs:
BUNDLE_GEMFILE: ${{ github.workspace }}/android/Gemfile
steps:
- uses: actions/checkout@v3
- name: Ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Fastlane testing beta build
working-directory: ./android
run: |
pwd
ls -l
ls -l fastlane
bundle exec fastlane beta
# Remove before this line
- name: Cache Flutter installation
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 00c0858

Please sign in to comment.