Skip to content

Commit

Permalink
change run job for getting logs from SonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
NogameNo-life committed Nov 13, 2024
1 parent 65b2f1e commit 2a4a844
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=savushkin-r-d_APCS-PDSystem
run: mvn -B verify sonar:sonar \
-Dsonar.projectKey=savushkin-r-d_APCS-PDSystem \
-Dsonar.organization=savushkin-r-d \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login=${{ secrets.SONAR_TOKEN }}

0 comments on commit 2a4a844

Please sign in to comment.