From 8f234e73a62ff108fce632178fb03193ac5c8f74 Mon Sep 17 00:00:00 2001 From: Ennio Visconti Date: Wed, 26 Jul 2023 12:21:11 +0200 Subject: [PATCH] ci: added forced test run before sonar task --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) 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