Skip to content

Commit

Permalink
try suggestion 5
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Oct 15, 2024
1 parent d971ba9 commit acd22a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/iroha2-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Build with Gradle
run: |
./gradlew --version
./gradlew build test testCoverage sonarqube -Dsonar.token=${{ secrets.SONAR_TOKEN }}
./gradlew clean build test -Dsonar.token=${{ secrets.SONAR_TOKEN }} sonar
- name: Upload build reports
if: failure()
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ test {
dependsOn testCoverage
}

sonarqube {
sonar {
properties {
property "sonar.projectKey", "hyperledger:iroha-java"
property "sonar.host.url", "https://sonar.katana.soramitsu.co.jp"
Expand Down

0 comments on commit acd22a1

Please sign in to comment.