File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4646
4747jobs :
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
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
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
You can’t perform that action at this time.
0 commit comments