We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc4abbb + 53a5af0 commit 655d786Copy full SHA for 655d786
.github/workflows/android.yml
@@ -166,7 +166,7 @@ jobs:
166
disk-size: ${{ env.EMULATOR_DISK_SIZE }}
167
cores: ${{ env.EMULATOR_CORES }}
168
force-avd-creation: false
169
- emulator-options: ${{ env.COMMON_EMULATOR_OPTIONS }} -no-snapshot-save -snapshot ${{ env.AVD_CACHE_KEY }}
+ emulator-options: ${{ env.COMMON_EMULATOR_OPTIONS }} -no-metrics -no-snapshot-save -snapshot ${{ env.AVD_CACHE_KEY }}
170
emulator-boot-timeout: ${{ env.EMULATOR_BOOT_TIMEOUT }}
171
# This is not a usual script. Every line is executed in a separate shell with `sh -c`. If
172
# one of the lines returns with error the whole script is failed (like running a script with
0 commit comments