Skip to content

Commit

Permalink
build: Enable SonarScanner logs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Mar 10, 2024
1 parent 3f206ed commit 8c58095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- if: github.ref == 'refs/heads/main'
name: Run SonarQube Scanner
run: ./gradlew sonar
run: ./gradlew sonar --info
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
Expand Down

0 comments on commit 8c58095

Please sign in to comment.