File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,13 @@ jobs:
3131 env :
3232 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3333 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
34- run : ./gradlew build test jacocoTestReport sonarqube --refresh-dependencies --no-daemon --continue --stacktrace
35- - name : Execute build test jacocoTestReport and sonar analysis for pull request
34+ run : ./gradlew build test jacocoTestReport sonarqube --refresh-dependencies --no-daemon --continue
35+ - name : Execute build test jacocoTestReport pull request
3636 if : endsWith(github.REF, '/merge') == true
3737 env :
3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
40- run : ./gradlew build test jacocoTestReport sonarqube
41- -Dsonar.pullrequest.key=${{ github.event.number }}
42- -Dsonar.pullrequest.branch=${{ github.HEAD_REF }}
43- -Dsonar.pullrequest.base=${{ github.BASE_REF }}
44- -Dsonar.pullrequest.github.repository=${{ github.repository }}
45- --refresh-dependencies --no-daemon --continue --stacktrace
40+ run : ./gradlew build test jacocoTestReport --refresh-dependencies --no-daemon --continue
4641
4742 release :
4843 if : github.event_name == 'release'
You can’t perform that action at this time.
0 commit comments