feat: project init
This commit is contained in:
parent
27c053a645
commit
6f346d7990
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
|
||||
|
Loading…
Reference in New Issue
Block a user