We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d958a commit 30f6808Copy full SHA for 30f6808
1 file changed
.github/workflows/test-e2e-android.yaml
@@ -90,6 +90,7 @@ jobs:
90
force-avd-creation: true
91
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
92
disable-animations: false
93
+ ram-size: '4096M'
94
script: ./scripts/e2e_android_emulator_build_and_test.sh
95
96
- name: Upload report
0 commit comments