mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Install pods only if not cached
This commit is contained in:
7
.github/workflows/e2e_ios.yml
vendored
7
.github/workflows/e2e_ios.yml
vendored
@@ -84,10 +84,9 @@ jobs:
|
||||
path: ios/Pods
|
||||
key: pods-${{ hashFiles('**/Podfile.lock') }}
|
||||
|
||||
- name: Update Pods
|
||||
run: |
|
||||
gem update cocoapods xcodeproj
|
||||
cd ios && pod install && cd ..
|
||||
- name: Install CocoaPods
|
||||
if: steps.podcache.outputs.cache-hit != 'true'
|
||||
run: cd ios && pod install && cd ..
|
||||
|
||||
# Generate the secret files needed for a release build
|
||||
- name: Create .env file
|
||||
|
||||
Reference in New Issue
Block a user