Skip to content

Commit 5b5c09c

Browse files
authored
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.
1 parent 24f8c39 commit 5b5c09c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/mobile-setup/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ runs:
3434
sudo locale-gen en_US.UTF-8
3535
sudo update-locale LANG=en_US.UTF-8
3636
37-
- name: Checkout repository
38-
uses: actions/checkout@v4
3937
4038
- name: Setup Ruby environment
4139
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)