mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 12:11:39 +08:00
feat: project init
This commit is contained in:
8
.github/workflows/e2e_ios.yml
vendored
8
.github/workflows/e2e_ios.yml
vendored
@@ -111,13 +111,9 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-pods-v2
|
||||
|
||||
- name: Pod Install
|
||||
uses: nick-invision/retry@v2
|
||||
with:
|
||||
timeout_minutes: 10
|
||||
retry_wait_seconds: 30
|
||||
max_attempts: 3
|
||||
run: |
|
||||
cd ios && pod install && cd ..
|
||||
gem update cocoapods xcodeproj
|
||||
cd ios && pod install && cd ..
|
||||
|
||||
- name: Cache Firestore Emulator
|
||||
uses: actions/cache@v3
|
||||
|
Reference in New Issue
Block a user