Skip to content

Commit

Permalink
ci: keep the emaulator pristine
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 8, 2024
1 parent b22fff2 commit dc42196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
fi
$ANDROID_HOME/emulator/emulator -memory 4096 -avd Pixel_API_${{ matrix.api-level }} \
-no-metrics -wipe-data -no-window -gpu swiftshader_indirect \
-no-snapshot -noaudio -no-boot-anim -camera-back none 2>&1 | tee /tmp/avd_log &
-no-snapshot -no-snapshot-save -noaudio -no-boot-anim -camera-back none 2>&1 | tee /tmp/avd_log &
- name: Setup yarn
run: |
Expand Down

0 comments on commit dc42196

Please sign in to comment.