diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index bbc699f..7507c21 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -10,7 +10,7 @@ on: jobs: - mvn-test: + mvn-sonar: runs-on: ubuntu-latest steps: - name: Checkout @@ -33,4 +33,4 @@ jobs: API_TOKEN: ${{ secrets.API_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=th-schwarz_CloudflareDNS-jav \ No newline at end of file + run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=th-schwarz_CloudflareDNS-java \ No newline at end of file