Skip to content

Commit

Permalink
ci: Enable verbose mode in debug mode for sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jul 5, 2024
1 parent 864e251 commit 6deafdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
-Dsonar.pullrequest.key=${{ github.event.number }}
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
# To trigger verbose when debugging in Github Action
-Dsonar.verbose=${{ secrets.ACTIONS_STEP_DEBUG }}

0 comments on commit 6deafdd

Please sign in to comment.