Test/pipeline trigger demo (#825)

* test: trigger CI/CD pipeline with harmless comment update

Testing the auto-deploy workflow after recent fixes

* fix: remove duplicate checkout in mobile-setup action

The mobile-setup action was doing its own checkout which could cause
inconsistencies between iOS and Android jobs. The main workflow already
handles checkout, so this duplicate checkout was causing Android builds
to fail with Gemfile.lock errors while iOS passed.
This commit is contained in:
jayssj11
2025-07-31 15:16:58 +05:30
committed by GitHub
parent 24f8c39f58
commit 5b5c09c53b

View File

@@ -34,8 +34,6 @@ runs:
sudo locale-gen en_US.UTF-8
sudo update-locale LANG=en_US.UTF-8
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Ruby environment
uses: ruby/setup-ruby@v1