Skip to content

Commit

Permalink
Sonar - backend tests through maven
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jan 3, 2024
1 parent 0b93ae6 commit f174f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Build and analyze with SonarCloud
run: |
cd backend && /.mvnw clean install sonar:sonar \
cd backend && ./mvnw clean install sonar:sonar \
-Dsonar.projectKey=MTES-MCT_rapportnav2 \
-Dsonar.organization=mtes-mct \
-Dsonar.host.url=https://sonarcloud.io \
Expand Down

0 comments on commit f174f92

Please sign in to comment.