We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc9b37 commit 8b74af1Copy full SHA for 8b74af1
.github/workflows/default-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
43
restore-keys: ${{ runner.os }}-m2
44
- name: Build with Maven
45
- run: mvn clean verify -B
+ run: mvn clean verify javadoc:javadoc -B
46
47
integration-test:
48
name: Run integration test with Java ${{ matrix.java_version }} and Maven ${{ matrix.maven_version }}
0 commit comments