diff --git a/.github/workflows/mobile-ios-tests.yml b/.github/workflows/mobile-ios-tests.yml index f04e6b1c..c88c5b86 100644 --- a/.github/workflows/mobile-ios-tests.yml +++ b/.github/workflows/mobile-ios-tests.yml @@ -21,10 +21,10 @@ jobs: node-version: 18 - name: Install dependencies run: npm ci - - name: Prebuild and build test artifact - run: | - npx expo prebuild - npx detox build --configuration ios.sim.debug + - name: Install CocoaPods + run: cd ios && pods install + - name: Run Detox build + run: npx detox build --configuration ios.sim.debug - name: Run Detox Test run: | npx expo start &