From b40c7446c20f24415cafdb7aee6565ea7ea4c892 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d21cf6c16..c32e34474 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -8,7 +8,7 @@ on: jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ubu ntu-latest steps: - uses: actions/checkout@v4 with: @@ -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