only run sonar task on the root project

This commit is contained in:
Adam 2023-06-02 09:13:17 +02:00
parent 7ddfa061c6
commit e53dc8c546

View file

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