Update fastlane.yml

This commit is contained in:
sangeeths03
2025-05-20 15:25:37 +05:30
committed by GitHub
parent a7f4a614c9
commit 142ba2691b
+7 -2
View File
@@ -23,8 +23,13 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
bundler-cache: true
# Disable automatic caching by the action, we'll do it manually
# bundler-cache: true # <-- Remove or comment this line
- name: Install Fastlane Gems (Manual bundle install)
run: bundle install
working-directory: Fastlanedemoapp/ # Ensure we're in the right directory for Gemfile
- name: Run Fastlane Tests
run: bundle exec fastlane test || true
working-directory: Fastlanedemoapp/
working-directory: Fastlanedemoapp/ # Remains the same