File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,13 @@ jobs:
54
54
- name : Setup GMD
55
55
run : ./gradlew :lib:pixel6Api33Setup
56
56
--info
57
+ --build-cache
57
58
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
58
59
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
59
60
60
61
- name : Build lib and run instrumentation tests
61
62
run : ./gradlew :lib:pixel6Api33DebugAndroidTest
63
+ --build-cache
62
64
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
63
65
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
64
66
-Pandroid.experimental.androidTest.numManagedDeviceShards=1
@@ -114,4 +116,4 @@ jobs:
114
116
uses : android-actions/setup-android@v3
115
117
116
118
- name : Publish SNAPSHOT
117
- run : ./gradlew design-library:publishMavenPublicationToSonatypeSnapshotsRepository
119
+ run : ./gradlew design-library:publishMavenPublicationToSonatypeSnapshotsRepository
You can’t perform that action at this time.
0 commit comments