mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
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:
2
.github/actions/mobile-setup/action.yml
vendored
2
.github/actions/mobile-setup/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user