Skip to content

Commit

Permalink
Added -X parameter for full debug log (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
imorlxs authored and UmarAbubacar committed Jun 15, 2024
1 parent 26fd7fe commit 99ec7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
source $(find /home -path "*/bin/*" -name "*thisbdm.sh")
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
sonar-scanner -X --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"

0 comments on commit 99ec7b2

Please sign in to comment.