Skip to content

Commit

Permalink
Added Sonar to test build
Browse files Browse the repository at this point in the history
  • Loading branch information
farion authored Jul 3, 2024
1 parent 5248904 commit 495fbf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ jobs:
run: |
mvn -B clean install -DskipTests=true
shell: bash
- name: Sonar Cloud
env:
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=correomqtt-farion

0 comments on commit 495fbf8

Please sign in to comment.