diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7007f1d3..64d8b2ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,6 +83,7 @@ jobs: path: ./.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar + - run: ./gradlew --no-daemon check - name: Sonar analyze env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any