Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
owencooke authored Nov 9, 2023
1 parent d50d5e1 commit a95b3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
ANDROID_BUILD_TOOLS_VERSION: 34.0.0
ANDROID_SDK_PACKAGES: system-images;android-34;default;x86_64 platforms;android-34 build-tools;34.0.0 platform-tools emulator
EMULATOR_TIMEOUT: 350
EMULATOR_NAME: pixel
EMULATOR_NAME: pixel-3a

jobs:
buildUnitTest:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
EMULATOR_TIMEOUT=$EMULATOR_TIMEOUT EMULATOR_NAME=$EMULATOR_NAME ./start_emu_headless.sh
- name: Run tests
run: ./gradlew connectedAndroidTest --stacktrace --build-cache
run: ./gradlew connectedAndroidTest -info --build-cache

- name: Stop emulator
run: adb emu kill

0 comments on commit a95b3c6

Please sign in to comment.