File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2525 - uses : gradle/actions/setup-gradle@v4 # creates build cache when on main branch
2626 with :
2727 cache-encryption-key : ${{ secrets.gradle_encryption_key }}
28- gradle-home-cache-cleanup : true # clean up unused files
2928 dependency-graph : generate-and-submit # submit Github Dependency Graph info
3029
3130 - run : ./gradlew --build-cache --configuration-cache compileDebugSources
4645 cache-encryption-key : ${{ secrets.gradle_encryption_key }}
4746 cache-read-only : true
4847
49- - name : Run lint and unit tests
50- run : ./gradlew --build-cache --configuration-cache lintDebug testDebugUnitTest
48+ - name : Run lint
49+ run : ./gradlew --build-cache --configuration-cache lintDebug
50+ - name : Run unit tests
51+ run : ./gradlew --build-cache --configuration-cache testDebugUnitTest
5152
5253 test_on_emulator :
5354 needs : compile
You can’t perform that action at this time.
0 commit comments