Skip to content

Commit

Permalink
Try to upload emulator logcat
Browse files Browse the repository at this point in the history
  • Loading branch information
grote authored and chirayudesai committed Feb 13, 2024
1 parent a820a55 commit a1f00a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
- name: Run tests
uses: Wandalen/wretry.action@v1.3.0
with:
attempt_limit: 3
attempt_limit: 1
action: reactivecircus/android-emulator-runner@v2
with: |
api-level: ${{ matrix.android_target }}
target: ${{ matrix.emulator_type }}
arch: x86_64
force-avd-creation: true
emulator-options: -cores 2 -writable-system -no-snapshot-load -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -cores 2 -writable-system -no-snapshot-load -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -logcat-output seedvault_test_results/logcat.txt
disk-size: '14G'
sdcard-path-or-size: '4096M'
disable-animations: true
Expand Down

0 comments on commit a1f00a4

Please sign in to comment.