diff --git a/.github/workflows/e2e_ios.yml b/.github/workflows/e2e_ios.yml index 8a8f2e0..93a15d8 100644 --- a/.github/workflows/e2e_ios.yml +++ b/.github/workflows/e2e_ios.yml @@ -112,8 +112,8 @@ jobs: - name: Pod Install run: | - gem update cocoapods xcodeproj - cd ios && pod install && cd .. + gem update cocoapods xcodeproj + cd ios && pod install && cd .. - name: Cache Firestore Emulator uses: actions/cache@v3