Skip to content

Commit 8c79750

Browse files
committed
setup maven central
1 parent a8bdee8 commit 8c79750

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/BuildTestSnapshot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ jobs:
5454
- name: Setup GMD
5555
run: ./gradlew :lib:pixel6Api33Setup
5656
--info
57+
--build-cache
5758
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
5859
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
5960

6061
- name: Build lib and run instrumentation tests
6162
run: ./gradlew :lib:pixel6Api33DebugAndroidTest
63+
--build-cache
6264
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
6365
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
6466
-Pandroid.experimental.androidTest.numManagedDeviceShards=1
@@ -114,4 +116,4 @@ jobs:
114116
uses: android-actions/setup-android@v3
115117

116118
- name: Publish SNAPSHOT
117-
run: ./gradlew design-library:publishMavenPublicationToSonatypeSnapshotsRepository
119+
run: ./gradlew design-library:publishMavenPublicationToSonatypeSnapshotsRepository

0 commit comments

Comments
 (0)