diff --git a/.github/workflows/android-e2e-test.yml b/.github/workflows/android-e2e-test.yml index c695beeb54..5be44ef4c2 100644 --- a/.github/workflows/android-e2e-test.yml +++ b/.github/workflows/android-e2e-test.yml @@ -48,7 +48,7 @@ jobs: with: working-directory: ${{ env.WORKING_DIRECTORY }} api-level: 31 - target: default + target: aosp_atd profile: pixel_2 ram-size: '4096M' disk-size: '10G' diff --git a/Example/.detoxrc.js b/Example/.detoxrc.js index 52c417b3bd..351327205c 100644 --- a/Example/.detoxrc.js +++ b/Example/.detoxrc.js @@ -50,12 +50,14 @@ module.exports = { device: { adbName: 'e2e_emulator', }, + utilBinaryPaths: ['e2e/apps/test-butler-app-2.2.1.apk'], }, emulator: { type: 'android.emulator', device: { avdName: 'e2e_emulator', }, + utilBinaryPaths: ['e2e/apps/test-butler-app-2.2.1.apk'], }, }, configurations: { diff --git a/Example/e2e/apps/test-butler-app-2.2.1.apk b/Example/e2e/apps/test-butler-app-2.2.1.apk new file mode 100644 index 0000000000..105e06ed0b Binary files /dev/null and b/Example/e2e/apps/test-butler-app-2.2.1.apk differ