File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 java-version : 11
4040 distribution : " temurin"
4141 cache : ' gradle'
42-
42+
4343 - name : Build debug APK and run jvm tests
4444 run : ./gradlew assembleDebug lintDebug testDebugUnitTest --stacktrace -DskipFormatKtlint
4545
5454 runs-on : macos-latest
5555 strategy :
5656 matrix :
57- # api-level 19 is min sdk, but throws errors related to desugaring
57+ # api-level 19 is min sdk, but throws errors related to desugaring
5858 api-level : [ 21, 29 ]
5959 steps :
6060 - uses : actions/checkout@v2
7272 api-level : ${{ matrix.api-level }}
7373 # workaround to emulator bug: https://github.com/ReactiveCircus/android-emulator-runner/issues/160
7474 emulator-build : 7425822
75- script : ./gradlew connectedCheck
75+ script : ./gradlew connectedCheck --stacktrace
7676
7777 sonar :
7878 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments