Skip to content

Commit

Permalink
improvement 16096
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Sep 19, 2024
1 parent 5ddbd2d commit ba566f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
# Sonar check need to run after jacoco report generated.
- name: Run SonarCloud Analysis
if: '8' == matrix.java.version
if: ${{ matrix.java.version }} == '8'
run: >
./mvnw --batch-mode verify sonar:sonar
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml
Expand Down

0 comments on commit ba566f7

Please sign in to comment.