Skip to content

Commit 8b74af1

Browse files
author
TheSnoozer
committed
make javadoc generation part of the default testing pipeline
1 parent 6fc9b37 commit 8b74af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
4343
restore-keys: ${{ runner.os }}-m2
4444
- name: Build with Maven
45-
run: mvn clean verify -B
45+
run: mvn clean verify javadoc:javadoc -B
4646

4747
integration-test:
4848
name: Run integration test with Java ${{ matrix.java_version }} and Maven ${{ matrix.maven_version }}

0 commit comments

Comments
 (0)