Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mansi-square committed May 27, 2024
1 parent 67d76db commit 4418754
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@ jobs:
cd react-native-in-app-payments-quickstart && yarn
cd android && ./gradlew clean build
# build-ios:
# needs: install-and-test
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v2
# - name: Use Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 18.x
# - run: |
# gem install cocoapods
# cd react-native-in-app-payments-quickstart
# yarn
# cd ios && pod install
# - name: Build iOS (debug)
# run: "xcodebuild \
# -workspace react-native-in-app-payments-quickstart/ios/RNInAppPaymentsQuickstart.xcworkspace \
# -scheme RNInAppPaymentsQuickstart \
# clean archive \
# -sdk iphoneos \
# -configuration Debug \
# -UseModernBuildSystem=NO \
# -archivePath $PWD/RNInAppPaymentsQuickstart \
# CODE_SIGNING_ALLOWED=NO"
build-ios:
needs: install-and-test
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: |
gem install cocoapods
cd react-native-in-app-payments-quickstart
yarn
cd ios && pod install
- name: Build iOS (debug)
run: "xcodebuild \
-workspace react-native-in-app-payments-quickstart/ios/RNInAppPaymentsQuickstart.xcworkspace \
-scheme RNInAppPaymentsQuickstart \
clean archive \
-sdk iphoneos \
-configuration Debug \
-UseModernBuildSystem=NO \
-archivePath $PWD/RNInAppPaymentsQuickstart \
CODE_SIGNING_ALLOWED=NO"

0 comments on commit 4418754

Please sign in to comment.