Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b7b944

Browse files
committed
Composing a separate build string for sonar analysis on parallel builds
1 parent b0a2aab commit 3b7b944

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ jobs:
135135
env:
136136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
137137
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
138+
with:
139+
args: >
140+
-Dsonar.buildString=${{ format( '{0}.{1}', env.UTPLSQL_BUILD_VERSION, matrix.id ) }}
138141
139142
publish:
140143
name: Deploy documentation

0 commit comments

Comments
 (0)