File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,16 +61,18 @@ jobs:
6161 path : |
6262 ~/.android/avd/*
6363 ~/.android/adb*
64- key : avd-${{ matrix.api-level }}
65-
64+ key : avd-api-30
6665 - name : Create AVD and generate snapshot for caching
6766 if : steps.avd-cache.outputs.cache-hit != 'true'
6867 uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # pin@v2
6968 with :
7069 api-level : 30
7170 force-avd-creation : false
7271 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
73- disable-animations : false
72+ disable-animations : true
73+ disable-spellchecker : true
74+ arch : arm64-v8a
75+ disk-size : 4096M
7476 script : echo "Generated AVD snapshot for caching."
7577
7678 # Clean, build and release a test apk
8688 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8789 disable-animations : true
8890 disable-spellchecker : true
89- target : ' aosp_atd'
90- arch : x86
91- channel : canary # Necessary for ATDs
91+ arch : arm64-v8a
9292 disk-size : 4096M
9393 script : ./gradlew sentry-android-integration-tests:sentry-uitest-android:connectedReleaseAndroidTest -DtestBuildType=release -Denvironment=github --daemon
9494
You can’t perform that action at this time.
0 commit comments