Ignore failure of sonar scanner, we want green checks!

This commit is contained in:
CommanderRedYT
2022-03-22 22:37:12 +01:00
parent 605cd12c8b
commit 813abbefd6

View File

@ -349,6 +349,7 @@ jobs:
key: ${{ runner.os }}-sonar-scanner-cache-${{ env.SONAR_SCANNER_VERSION }}
- name: Run sonar-scanner
continue_on_failure: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}