diff options
author | ByteHamster <info@bytehamster.com> | 2020-10-16 11:45:12 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-10-16 11:45:12 +0200 |
commit | 9c1166c86f3ae6c2134f10d78f0a6aba64e49e12 (patch) | |
tree | 16c964b796dbfc9073953eec597f37af5f93a38b /.github | |
parent | e9fa84af588a7d8bcdb50c581eeedd15da79e848 (diff) | |
download | antennapod-9c1166c86f3ae6c2134f10d78f0a6aba64e49e12.zip |
Upgrade Android emulator action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/android-emulator.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-emulator.yml b/.github/workflows/android-emulator.yml index 2946b2be2..afff13f7f 100644 --- a/.github/workflows/android-emulator.yml +++ b/.github/workflows/android-emulator.yml @@ -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 |