diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index eded1b2..9889b3b 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -72,4 +72,4 @@ jobs: SPRING_DATASOURCE_PASSWORD: postgres run: | chmod +x ./gradlew - ./gradlew build jacocoTestReport sonar --info \ No newline at end of file + ./gradlew build jacocoTestReport sonarqube --info \ No newline at end of file