Skip to content

Commit 7540fe7

Browse files
authored
Update PR workflow to avoid saving a snapshot (#6760)
1 parent 52700f5 commit 7540fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-realm-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ jobs:
708708
with:
709709
api-level: 29
710710
force-avd-creation: false
711-
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
711+
emulator-options: -no-snapshot-save -no-metrics -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
712712
disable-animations: true
713713
arch: x86
714714
ndk: ${{ env.NDK_VERSION }}

0 commit comments

Comments
 (0)