We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a224c65 commit e4075f9Copy full SHA for e4075f9
.github/workflows/pr-flow.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: PR-BUILD
17
run: |
18
cd initial
19
- echo "${{ github.head_ref }}"
20
export CHANGE_ID=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')
21
bash ./gradlew -Pbuild_target=SNAPSHOT clean build jacocoTestReport spotlessApply spotbugsMain
+ bash ./gradlew sonarqube -Dsonar.pullrequest.branch=${{ github.head_ref }} -Dsonar.pullrequest.base=${{ github.base_ref } -Dsonar.pullrequest.key=${CHANGE_ID} showSonarQubeLink --info
0 commit comments