Skip to content

Commit

Permalink
Prepare android env in code-coverage job.
Browse files Browse the repository at this point in the history
  • Loading branch information
nowakweronika committed Jan 26, 2024
1 parent 37a5757 commit ea65df1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ jobs:
with:
name: test-results

- name: Prepare Android Environment
uses: ./.github/actions/prepare-android-env

- name: Run code coverage
run: ./gradlew codeCoverage
env:
Expand Down
6 changes: 3 additions & 3 deletions custom-ktlint-rules/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

java {
toolchain.languageVersion = JavaLanguageVersion.of(17)
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
toolchain {
languageVersion = JavaLanguageVersion.of(11)
}
}

dependencies {
Expand Down

0 comments on commit ea65df1

Please sign in to comment.