diff --git a/.github/workflows/ci_sonarcloud.yml b/.github/workflows/ci_sonarcloud.yml index 081319851..8174bf81a 100644 --- a/.github/workflows/ci_sonarcloud.yml +++ b/.github/workflows/ci_sonarcloud.yml @@ -61,4 +61,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew jacocoDebugTestReport sonar --stacktrace \ No newline at end of file + run: ./gradlew jacocoDebugTestReport --stacktrace sonar --stacktrace \ No newline at end of file