Skip to content

Commit

Permalink
HDDS-9605. Upgrade coverage check to Java 17 (apache#5540)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Nov 3, 2023
1 parent d6e9c5c commit 08131b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Cache for maven dependencies
uses: actions/cache@v3
with:
Expand All @@ -501,11 +503,11 @@ jobs:
tar xzvf target/artifacts/ozone-bin/ozone*.tar.gz -C hadoop-ozone/dist/target
- name: Calculate combined coverage
run: ./hadoop-ozone/dev-support/checks/coverage.sh
- name: Setup java 11
- name: Setup java 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Upload coverage to Sonar
run: ./hadoop-ozone/dev-support/checks/sonar.sh
env:
Expand Down

0 comments on commit 08131b9

Please sign in to comment.