From 895477addcb5e1763a73d151e02c74f554e1832c Mon Sep 17 00:00:00 2001 From: lwih Date: Wed, 3 Jan 2024 18:32:35 +0100 Subject: [PATCH] Sonar - backend tests through maven --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index ea6f4428..4ec47308 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -56,7 +56,7 @@ jobs: - name: Build and analyze with SonarCloud run: | - make back-check-sonar \ + cd backend && ./mvnw clean install sonar:sonar \ -Dsonar.projectKey=MTES-MCT_rapportnav2 \ -Dsonar.organization=mtes-mct \ -Dsonar.host.url=https://sonarcloud.io \