Skip to content

Commit ccd442c

Browse files
committed
Rely on android emulator runner to add quick boot snapshot, remove -no-snapshot flags on emu options
1 parent 2b8e847 commit ccd442c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main-pipeline.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -681,9 +681,7 @@ jobs:
681681
ram-size: 4096M
682682
disk-size: 8G
683683
disable-animations: true
684-
emulator-options:
685-
-no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -no-snapshot
686-
-no-snapshot-save
684+
emulator-options: -no-window -no-audio -no-boot-anim -gpu swiftshader_indirect
687685
script: |
688686
echo "Verifying JAVA_HOME: $JAVA_HOME"
689687
java -version

0 commit comments

Comments
 (0)