From e0e6744ec447156a555f02d105df2b698724f75b Mon Sep 17 00:00:00 2001 From: Ivan Vershigora Date: Fri, 28 Jun 2024 14:19:44 +0100 Subject: [PATCH] feat: run e2e-ios tests on macos-14 --- .github/workflows/e2e-ios.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: