Skip to content

Commit

Permalink
Update sonar_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m1a2st authored Oct 23, 2023
1 parent f26f17b commit c91f690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: >
mvn -B clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
mvn clean;
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=WSA-Utopia-Discord-Bot
-Dsonar.organization=waterball-software-academy
-Dsonar.host.url=https://sonarcloud.io
Expand Down

0 comments on commit c91f690

Please sign in to comment.