We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78acf7 commit 0c6070cCopy full SHA for 0c6070c
1 file changed
.github/workflows/android-unit-tests.yml
@@ -25,12 +25,10 @@ jobs:
25
with:
26
java-version: '17'
27
distribution: 'temurin'
28
+ cache: gradle
29
30
- name: Set up Gradle
31
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e #v6.1.0
32
- - name: Build with Gradle
33
- run: ./gradlew assembleDebug
34
-
35
- name: Run unit tests
36
- run: ./gradlew testDebugUnitTest testMdmDebugUnitTest --continue
+ run: ./gradlew testDebugUnitTest testMdmDebugUnitTest --build-cache --configuration-cache --continue
0 commit comments