Skip to content

Commit

Permalink
sonar workflow include IT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Jul 16, 2024
1 parent ad91743 commit b40c744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubu ntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -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
run: mvn -B -PIT verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=datasafe

0 comments on commit b40c744

Please sign in to comment.