Skip to content

Commit 76db38a

Browse files
authored
Test/pipeline trigger demo (#826)
* 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. * fix: enable checkout for Android builds The checkout step was conditionally skipped for Android builds, causing 'yarn.lock and Gemfile.lock missing' errors. Both iOS and Android need the repository checked out to access lock files.
1 parent 5b5c09c commit 76db38a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/mobile-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
echo "📦 Version bump: ${{ inputs.version_bump }}"
103103
104104
- uses: actions/checkout@v4
105-
if: inputs.platform != 'android'
106105

107106
- name: Set up Xcode
108107
if: inputs.platform != 'android'

0 commit comments

Comments
 (0)