Skip to content

Commit

Permalink
Comment debug pod install and build, working fine
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Aug 1, 2022
1 parent 776ba4d commit 0ea4d01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
# TODO: Restore Pods cache
# - uses: setup/cocoapods

- name: Install pods
run: cd ios && pod install && cd ..
# - name: Install pods
# run: cd ios && pod install && cd ..

- name: Build app for Debug
run: npx react-native run-ios --configuration Debug
# - name: Build app for Debug
# run: npx react-native run-ios --configuration Debug

- name: Install pods (prod)
run: cd ios && PRODUCTION=1 pod install && cd ..
Expand Down

0 comments on commit 0ea4d01

Please sign in to comment.