Skip to content

Commit

Permalink
chore(build): add GHA variables for sonar project and org (#287)
Browse files Browse the repository at this point in the history
* chore(build): add GHA variables for sonar project and org

* trigger ci
  • Loading branch information
paullatzelsperger authored Apr 26, 2023
1 parent fcb4694 commit 06786bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
run: |-
./gradlew sonar \
-Pcoverage,failsafe \
-Dsonar.projectKey=${GITHUB_REPOSITORY_OWNER}_product-edc \
-Dsonar.organization=${GITHUB_REPOSITORY_OWNER} \
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
-Dsonar.organization=${{ vars.SONAR_ORGANIZATION }} \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.coverage.jacoco.xmlReportPaths=${GITHUB_WORKSPACE}/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml \
-Dsonar.verbose=true
Expand Down

0 comments on commit 06786bf

Please sign in to comment.