From 9184fa2bb1735013b2b77d2e0a3c5652d951913f Mon Sep 17 00:00:00 2001 From: Maxim Grischenko Date: Tue, 16 Jul 2024 15:14:05 +0200 Subject: [PATCH] sonar workflow include IT tests --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d21cf6c16..9d4f44ad3 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -36,4 +36,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=datasafe \ No newline at end of file + run: mvn -B -PIT verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=datasafe \ No newline at end of file