fix: Remove --info from sonar workflow yml

This commit is contained in:
2023-04-07 13:15:56 +03:00
parent 70be68e6f8
commit 7203a8c7ed

View File

@@ -28,7 +28,7 @@ jobs:
GITHUB_USERNAME: ${{ secrets.GH_USER_CAN_READ_PACKAGES || secrets.GH_DEPBOT_USER_CAN_READ_PACKAGES }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
run: ./gradlew build sonar --info -x test
run: ./gradlew build sonar -x test
- name: Build, test and analyze
if: ${{ inputs.IS_TEST_ENABLED }}
@@ -37,4 +37,4 @@ jobs:
GITHUB_USERNAME: ${{ secrets.GH_USER_CAN_READ_PACKAGES || secrets.GH_DEPBOT_USER_CAN_READ_PACKAGES }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
run: ./gradlew build test sonar --info
run: ./gradlew build test sonar