Skip to content

Commit

Permalink
Merge branch 'main' into renovate/com.juul.tuulbox
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Jul 5, 2022
2 parents 89fa5d0 + 85b93bd commit e1c57ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: "adopt-hotspot"
java-version: "11.0.11+9"
distribution: 'temurin'
java-version: '11'

- uses: actions/cache@v3
with:
Expand All @@ -30,9 +30,9 @@ jobs:
${{ runner.os }}-
- run: ./gradlew check jacocoTestReport
- uses: EnricoMi/publish-unit-test-result-action@v1
- uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: '**/build/test-results/**/*.xml'
junit_files: '**/build/test-results/**/*.xml'
report_individual_runs: 'true'

- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: "adopt-hotspot"
java-version: "11.0.11+9"
distribution: 'temurin'
java-version: '11'

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit e1c57ce

Please sign in to comment.