Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 12, 2023
1 parent ed1b956 commit 87cd41e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 87cd41e

Please sign in to comment.