Skip to content

Commit c7ad75b

Browse files
authored
test build ios
1 parent 6911f53 commit c7ad75b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/eas-build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646

4747
jobs:
4848
Build:
49-
runs-on: ubuntu-latest
49+
runs-on: macos-latest
5050
environment: app-${{ inputs.environment }}
5151
steps:
5252
- name: Check for EXPO_TOKEN
@@ -70,8 +70,6 @@ jobs:
7070
- name: 📦 Setup Node + PNPM + install deps
7171
uses: ./.github/actions/setup-node-pnpm-install
7272

73-
# In secrets.ENVIRONMENT_FILE we have the whole environment file for the current environment
74-
# we need to create a local .env file with the content of the environment file
7573
- name: Create environment file
7674
run: echo "${{ secrets.ENVIRONMENT_FILE }}" > .env.${{ inputs.environment }}
7775

@@ -82,6 +80,6 @@ jobs:
8280
if: ${{ inputs.android == true }}
8381
run: pnpm build:${{ inputs.environment }}:android --non-interactive --no-wait --message "Build ${{ inputs.environment }}" --local --non-interactive
8482

85-
# - name: 📱 Run IOS Build
86-
# if: ${{ inputs.ios == true }}
87-
# run: pnpm build:${{ inputs.environment }}:ios --non-interactive --no-wait --message "Build ${{ inputs.environment }}" --local --non-interactive
83+
- name: 📱 Run IOS Build
84+
if: ${{ inputs.ios == true }}
85+
run: pnpm build:${{ inputs.environment }}:ios --non-interactive --no-wait --message "Build ${{ inputs.environment }}" --local --non-interactive

0 commit comments

Comments
 (0)