Skip to content

Commit c0323f0

Browse files
committed
force javadoc check in CI build
1 parent 4fec06c commit c0323f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
languages: java
2929
- name: Build with Maven
3030
timeout-minutes: 15
31-
run: mvn -B clean package --file pom.xml
31+
run: mvn -B clean javadoc:javadoc package --file pom.xml
3232
- name: Perform CodeQL Analysis
3333
uses: github/codeql-action/analyze@v3
3434
with:

0 commit comments

Comments
 (0)