Skip to content

Commit 811f994

Browse files
committed
test 1
1 parent 24b4b63 commit 811f994

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/eas-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474

7575
- name: 📱 Run Android Build
7676
if: ${{ inputs.android == true }}
77-
run: pnpm build:${{ inputs.environment }}:android --non-interactive --no-wait --message "Build ${{ inputs.environment }}"
77+
run: pnpm build:${{ inputs.environment }}:android --non-interactive --no-wait --message "Build ${{ inputs.environment }}" --local --non-interactive
7878

79-
- name: 📱 Run IOS Build
80-
if: ${{ inputs.ios == true }}
81-
run: pnpm build:${{ inputs.environment }}:ios --non-interactive --no-wait --message "Build ${{ inputs.environment }}"
79+
# - name: 📱 Run IOS Build
80+
# if: ${{ inputs.ios == true }}
81+
# run: pnpm build:${{ inputs.environment }}:ios --non-interactive --no-wait --message "Build ${{ inputs.environment }}" --local --non-interactive

0 commit comments

Comments
 (0)