Skip to content

Commit 74f1ba4

Browse files
authored
Merge pull request #1 from ksgnextuple/pr-check
Pr check
2 parents eae1642 + c6e606d commit 74f1ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: |
1818
cd initial
1919
bash ./gradlew -Pbuild_target=SNAPSHOT clean build jacocoTestReport spotlessApply spotbugsMain
20-
bash ./gradlew -Pbuild_target=SNAPSHOT sonarqube showSonarQubeLink --info
20+
bash ./gradlew sonarqube -Dsonar.pullrequest.branch=${{ github.head_ref }} -Dsonar.pullrequest.base=${{ github.base_ref }} -Dsonar.pullrequest.key=${{ github.event.number }} showSonarQubeLink --info

0 commit comments

Comments
 (0)