Skip to content

Commit

Permalink
misc: add SonarCloud Scan to complete SonarCloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalez-r committed Oct 31, 2024
1 parent f16d0b5 commit 1962fd6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonar --parallel --build-cache
run: ./gradlew sonar --parallel --build-cache

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 1962fd6

Please sign in to comment.