diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de289fc3..6672677f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,6 @@ jobs: yarn turbo run detox:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" - name: Run e2e tests - if: ${{ matrix.newArch == false }} uses: reactivecircus/android-emulator-runner@v2 with: api-level: 31 @@ -201,7 +200,6 @@ jobs: model: 'iPhone 14' - name: Run e2e tests - if: ${{ matrix.newArch == 0 }} working-directory: example run: | detox clean-framework-cache