From 0ea4d017c92be13fbe727900bdfbeb060d529865 Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:02:28 +0100 Subject: [PATCH] Comment debug pod install and build, working fine --- .github/workflows/ios.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index ce1668193..a42383933 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -37,11 +37,11 @@ jobs: # TODO: Restore Pods cache # - uses: setup/cocoapods - - name: Install pods - run: cd ios && pod install && cd .. +# - name: Install pods +# run: cd ios && pod install && cd .. - - name: Build app for Debug - run: npx react-native run-ios --configuration Debug +# - name: Build app for Debug +# run: npx react-native run-ios --configuration Debug - name: Install pods (prod) run: cd ios && PRODUCTION=1 pod install && cd ..