only enable SonarQube in :app

This commit is contained in:
Adam 2023-06-02 09:33:55 +02:00
parent 86ae661788
commit 13c73903c3
4 changed files with 8 additions and 6 deletions

View file

@ -46,4 +46,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew :sonar --info -Dsonar.verbose=true
run: ./gradlew :app:sonar --info -Dsonar.verbose=true