Skip to content

Commit bd1c003

Browse files
author
Martin
authored
Merge branch 'TeamNewPipe:dev' into dev
2 parents 5514616 + dc67628 commit bd1c003

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

@@ -54,7 +54,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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

0 commit comments

Comments
 (0)