Merge pull request #4541 from ByteHamster/upgrade-emulator-action

Upgrade Android emulator action
This commit is contained in:
H. Lehmann 2020-10-16 13:53:05 +02:00 committed by GitHub
commit 55012515c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew assemblePlayDebugAndroidTest
- name: Android Emulator test
uses: ReactiveCircus/android-emulator-runner@v2.2.0
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: 28
disable-animations: true