Skip to content

Commit

Permalink
SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-Meyer committed Oct 11, 2024
1 parent ca2df77 commit 009c558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarquest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Build and analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
run: mvn -f ./sonarQuest-backend/pom.xml -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-Dsonar.projectKey=${{ matrix.sonar-project-key }} \
-Dsonar.organization=${{ matrix.sonar-organization }} \
-Dsonar.host.url=${{ matrix.sonar-host-url }} \
Expand Down

0 comments on commit 009c558

Please sign in to comment.