diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b29d54e1..f06c247d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,12 +32,5 @@ jobs: run: chmod +x ./gradlew shell: bash -# - name: Test -# run: ./gradlew jacocoTestReport - - - name: SonarCloud Scan - if: always() - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + - name: Test + run: ./gradlew jacocoTestReport sonar \ No newline at end of file