Skip to content

Commit 0856603

Browse files
committed
Add japicmp to GitHub actions build
The results are published, but can be seen in build summary.
1 parent c872ff1 commit 0856603

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ jobs:
5757

5858
- name: Build with Gradle 🏗️
5959
run: ./gradlew build testOlderJavas
60+
61+
- name: Run API Compare
62+
run: ./releng/runjapicmp.sh

0 commit comments

Comments
 (0)