ci(forgejo-actions): add feature flag for Sonar
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m55s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m55s
This commit is contained in:
parent
9c3289f1ec
commit
e59c3a2ce9
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ jobs:
|
||||||
run: ./mvnw verify
|
run: ./mvnw verify
|
||||||
|
|
||||||
- name: Analyze with Sonar
|
- name: Analyze with Sonar
|
||||||
|
if: vars.SONAR_ENABLED == 'true'
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue