Skip to content

Commit

Permalink
Use android/save-gradle-cache and use the right system image
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Dec 22, 2023
1 parent 54b3f9d commit 245d3e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,16 @@ jobs:
- android/create-avd:
avd-name: TestingAVD
install: true
system-image: system-images;android-34;default;x86
system-image: system-images;android-34;default;x86_64
- android/start-emulator:
avd-name: TestingAVD
no-window: true
restore-gradle-cache-prefix: v1a
- run:
name: Run Detox
command: yarn e2e:android
- android/save-gradle-cache:
cache-prefix: v1a
- save-android-build-cache
test-hermes-android:
parameters:
Expand Down

0 comments on commit 245d3e2

Please sign in to comment.