From 6deafdda7b40d82a1afa0fd83ac73d1a4cbd8f84 Mon Sep 17 00:00:00 2001 From: gmuloc Date: Fri, 5 Jul 2024 12:58:09 +0200 Subject: [PATCH] ci: Enable verbose mode in debug mode for sonarcloud --- .github/workflows/sonar.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 587e8fc81..e1e2b6a8f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -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 }}