Skip to content

Commit

Permalink
Update PR workflow to avoid saving a snapshot (#6760)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Jun 26, 2024
1 parent 52700f5 commit 7540fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-realm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ jobs:
with:
api-level: 29
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-snapshot-save -no-metrics -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
arch: x86
ndk: ${{ env.NDK_VERSION }}
Expand Down

0 comments on commit 7540fe7

Please sign in to comment.