Skip to content

Commit

Permalink
Sonar: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdro committed Sep 18, 2023
1 parent d1ba981 commit f3e9dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Expand Up @@ -96,6 +96,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run:
run: |
mvn sonar:sonar -Pcoverage
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=bogdro_fronsetia -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=bogdro

0 comments on commit f3e9dd6

Please sign in to comment.