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