Skip to content

Commit e4f25b2

Browse files
committed
Add GH action to add a summary/comment button pointing to develocity.apache.org
1 parent 72f6a8b commit e4f25b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pull-request-build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
java-version: '8'
2323
distribution: 'temurin'
2424
cache: maven
25+
- name: Setup Develocity
26+
uses: gradle/develocity-actions/setup-maven@974e8dbcbda40db6828fc35f349c80a7c0e71529 # v2.1
2527
- name: Build with Apache Maven
2628
run: mvn -U clean install -Djava.awt.headless=true -fae -B --no-transfer-progress
2729
env:
@@ -42,6 +44,8 @@ jobs:
4244
java-version: '17'
4345
distribution: 'temurin'
4446
cache: maven
47+
- name: Setup Develocity
48+
uses: gradle/develocity-actions/setup-maven@974e8dbcbda40db6828fc35f349c80a7c0e71529 # v2.1
4549
- name: Build with Apache Maven
4650
run: mvn -U clean install -Djava.awt.headless=true -fae -B --no-transfer-progress
4751
env:

0 commit comments

Comments
 (0)