Skip to content

Commit 32a4fec

Browse files
Split up verify workflow
1 parent eb0c99c commit 32a4fec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
java-version: 21
1515
distribution: adopt
1616
- name: Build with Gradle
17-
run: ./gradlew build -x test -x javadoc
17+
run: ./gradlew jar
1818
- name: Test with Gradle
1919
run: ./gradlew test
2020
- name: Javadoc with Gradle
2121
run: ./gradlew javadoc
22+
- name: Spotless with Gradle
23+
run: ./gradlew spotlessCheck

0 commit comments

Comments
 (0)