File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ jobs:
3434 uses : gradle/gradle-build-action@v2
3535
3636 - name : Check spotless
37- run : ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache --stacktrace
37+ run : ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache
3838
3939 - name : Check lint
40- run : ./gradlew lintDemoDebug --stacktrace
40+ run : ./gradlew lintDemoDebug
4141
4242 - name : Build all build type and flavor permutations
43- run : ./gradlew assemble --stacktrace
43+ run : ./gradlew assemble
4444
4545 - name : Run local tests
46- run : ./gradlew testDemoDebug testProdDebug --stacktrace
46+ run : ./gradlew testDemoDebug testProdDebug
4747
4848 - name : Upload build outputs (APKs)
4949 uses : actions/upload-artifact@v3
9090 disable-animations : true
9191 disk-size : 6000M
9292 heap-size : 600M
93- script : ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest --stacktrace
93+ script : ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest
9494
9595 - name : Upload test reports
9696 if : always()
You can’t perform that action at this time.
0 commit comments