Fix gradle task name

This commit is contained in:
Kirill Kamakin
2022-06-03 18:12:53 +02:00
parent fcf1608099
commit 237d3bbf02

View File

@@ -28,7 +28,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew check jacocoTestReportDebug jacocoTestReportRelease sonarqube --no-daemon run: ./gradlew check :rootCoverageReport sonarqube --no-daemon
- name: Publish test reports - name: Publish test reports
uses: mikepenz/action-junit-report@v2 uses: mikepenz/action-junit-report@v2