File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 cache-encryption-key : ${{ secrets.gradle_encryption_key }}
2828 dependency-graph : generate-and-submit # submit Github Dependency Graph info
2929
30- - run : ./gradlew --build-cache --configuration-cache compileDebugSources
30+ - run : ./gradlew --build-cache --configuration-cache compileBenchtestDebugSources
3131
3232 test :
3333 needs : compile
4646 cache-read-only : true
4747
4848 - name : Run lint
49- run : ./gradlew --build-cache --configuration-cache lintDebug
49+ run : ./gradlew --build-cache --configuration-cache lintBenchtestDebug
5050 - name : Run unit tests
51- run : ./gradlew --build-cache --configuration-cache testDebugUnitTest
51+ run : ./gradlew --build-cache --configuration-cache testBenchtestDebugUnitTest
5252
5353 test_on_emulator :
5454 needs : compile
You can’t perform that action at this time.
0 commit comments