From 87cd41e4f6fead8ddb696a5eed58de3046419d67 Mon Sep 17 00:00:00 2001 From: HUI Date: Thu, 12 Oct 2023 14:25:57 +0800 Subject: [PATCH] chore: wip --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9933706b..c9b54cb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,6 +124,8 @@ jobs: yarn turbo run detox:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" - name: Run e2e tests + # https://github.com/wix/Detox/issues/3720#issuecomment-1347855162 + if: ${{ matrix.newArch == false }} uses: reactivecircus/android-emulator-runner@v2 with: api-level: 31 @@ -202,6 +204,8 @@ jobs: model: 'iPhone 14' - name: Run e2e tests + # https://github.com/wix/Detox/issues/3720#issuecomment-1347855162 + if: ${{ matrix.newArch == 0 }} working-directory: example run: | detox clean-framework-cache