Skip to content

Commit

Permalink
enable javadoc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 25, 2022
1 parent 6c25f3f commit 6202e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}
- name: Build with Maven
run: ./mvnw clean package -B
run: ./mvnw -Pgen-javadoc clean package -B
- name: Generate code coverage
run: ./mvnw -Pgen-code-cov clean test
# https://github.com/marketplace/actions/codecov
Expand Down

0 comments on commit 6202e6f

Please sign in to comment.