Use new sonar task

This commit is contained in:
Kirill Kamakin
2022-10-30 14:11:10 +01:00
parent 5549e9da3d
commit 1c57a25779
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew check coverageReport sonarqube --no-daemon --no-configuration-cache --no-build-cache
run: ./gradlew check coverageReport sonar --no-daemon --no-configuration-cache --no-build-cache
- name: Publish test reports
uses: mikepenz/action-junit-report@v2