diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index b3a5b07b9..5b74701e4 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -135,6 +135,11 @@ jobs: ${{ runner.os }}-cocoapods-${{ hashFiles('./packages/react-native-app/ios/Podfile.lock') }} ${{ runner.os }}-cocoapods- + - name: Check Pods + run: | + cd ios + ls -la + - name: Install Cocoapods if: steps.cocoapods-cache.outputs.cache-hit != 'true' run: yarn pod:install @@ -149,6 +154,13 @@ jobs: ${{ runner.os }}-ios-build--${{ github.workflow }}-${{ github.sha }} ${{ runner.os }}-ios-build--${{ github.workflow }}- + - name: Check Build Cache + run: | + cd ios + ls -la + cd build + ls -la + - name: Build iOS if: steps.ios-build-cache.outputs.cache-hit != 'true' # Like `react-native build-ios --mode Release` but adapted for simulators @@ -186,6 +198,14 @@ jobs: with: name: ios-app + - name: Check Artifact + run: | + ls -la + cd ios + ls -la + cd build + ls -la + - name: Install on iOS Simulator run: | xcrun simctl boot "iPhone 15 Pro"