From 00c0858ed0c2c472c657f6bcb2a7e018ce96938c Mon Sep 17 00:00:00 2001 From: OroshiX Date: Mon, 30 Sep 2024 01:05:39 +0200 Subject: [PATCH] Testing CI --- .github/workflows/builds.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 6d29a38..32e0f23 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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: