Skip to content

Commit 5d88816

Browse files
MCP-115 Enable Develocity with GitHub Actions
1 parent f4b546d commit 5d88816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222

2323
jobs:
2424
build:
25-
runs-on: github-ubuntu-latest-s # Public repository runner
25+
runs-on: sonar-s-public # Public repository runner
2626
name: Build
2727
steps:
2828
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
@@ -36,6 +36,7 @@ jobs:
3636
artifactory-deployer-role: qa-deployer
3737
sonar-platform: sqc-eu
3838
gradle-args: ":cyclonedxBom jacocoTestReport"
39+
use-develocity: true
3940

4041
promote:
4142
needs: [build]

0 commit comments

Comments
 (0)