Skip to content

Commit

Permalink
Update PR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoder committed Apr 15, 2024
1 parent e6f6c4d commit 7bac2d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
distribution: 'temurin'
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Generate JaCoCo Badge
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Log coverage percentage
run: |
echo "coverage = ${{ steps.jacoco.outputs.coverage }}"
echo "branch coverage = ${{ steps.jacoco.outputs.branches }}"
echo "branch coverage = ${{ steps.jacoco.outputs.branches }}"

0 comments on commit 7bac2d4

Please sign in to comment.