diff --git a/.github/workflows/e2e_ios.yml b/.github/workflows/e2e_ios.yml index 5b95e21..4314ddf 100644 --- a/.github/workflows/e2e_ios.yml +++ b/.github/workflows/e2e_ios.yml @@ -116,7 +116,7 @@ jobs: timeout_minutes: 10 retry_wait_seconds: 30 max_attempts: 3 - command: yarn tests:ios:pod:install + command: yarn && yarn tests:ios:pod:install - name: Cache Firestore Emulator uses: actions/cache@v3