mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-12-27 07:34:54 +00:00
split mvn build and sonar analysis
This commit is contained in:
3
.github/workflows/sonar.yml
vendored
3
.github/workflows/sonar.yml
vendored
@@ -40,4 +40,5 @@ jobs:
|
||||
- name: Run sonar
|
||||
working-directory: wlan-cloud-opensync-controller/opensync-ext-cloud
|
||||
run: |
|
||||
mvn clean verify sonar:sonar -Dsonar.host.url=${{ env.SONAR_URL }} -Dsonar.login=${{ secrets.SONAR_LOGIN }} -Dsonar.organization=${{ env.SONAR_ORGANIZATION }}
|
||||
mvn clean install
|
||||
mvn sonar:sonar -Dsonar.host.url=${{ env.SONAR_URL }} -Dsonar.login=${{ secrets.SONAR_LOGIN }} -Dsonar.organization=${{ env.SONAR_ORGANIZATION }}
|
||||
|
||||
Reference in New Issue
Block a user