diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index c26174a1..19095d34 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -34,14 +34,14 @@ jobs: working-directory: lib run: yarn build - - name: Rebuild detox - working-directory: example - run: yarn detox clean-framework-cache && yarn detox build-framework-cache - - name: Install Dependencies working-directory: example run: (yarn || yarn) && yarn rn-setup + # - name: Rebuild detox + # working-directory: example + # run: yarn detox clean-framework-cache && yarn detox build-framework-cache + - name: Cache Pods uses: actions/cache@v4 with: