File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,10 @@ jobs:
102
102
103
103
- name : Run Android Test
104
104
run : ./gradlew testDevicesGroupFlossDebugAndroidTest --no-parallel --max-workers=1
105
- -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
105
+ -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
106
+ -Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
107
+ -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1
108
+ -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=180
106
109
107
110
- name : Upload Android test reports
108
111
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- android-junit5 = " 1.6.0"
3
2
android-plugin = " 8.4.2"
4
3
androidx-dataStore = " 1.1.1"
5
4
androidx-fragment = " 1.8.4"
@@ -16,7 +15,7 @@ espresso = "3.6.1"
16
15
firebase-crashlytics-gradle = " 3.0.2"
17
16
glance = " 1.1.1"
18
17
google-services = " 4.4.2"
19
- junit5 = " 5.11.1 "
18
+ junit5 = " 5.11.2 "
20
19
kotlin = " 2.0.21"
21
20
kotlinx-coroutine = " 1.8.1"
22
21
mockk = " 1.12.3"
You can’t perform that action at this time.
0 commit comments