0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

test(CI): call robolectric SDK download task during gradle cache warm

This commit is contained in:
Mike Hardy 2022-03-27 11:58:38 -05:00
parent ba2c1affbe
commit b169c9a24d

View File

@ -70,7 +70,7 @@ jobs:
timeout_minutes: 10
retry_wait_seconds: 60
max_attempts: 3
command: ./gradlew assembleDebug assembleAndroidTest
command: ./gradlew assembleDebug assembleAndroidTest robolectricSdkDownload
- name: Download Emulator Image
# This can fail on network request, wrap with retry