From 27c053a645f16a541dfc83ae62148b34ee4b1637 Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 16 Mar 2023 10:17:08 +0800 Subject: [PATCH] feat: project init --- .github/workflows/e2e_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_ios.yml b/.github/workflows/e2e_ios.yml index 20d65d3..e2353d0 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 - run: | + run: | cd ios && pod install && cd .. - name: Cache Firestore Emulator