Skip to content

Commit

Permalink
Run javadoc on CI (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
srchase authored Dec 30, 2022
1 parent 3746f12 commit 432b0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'zulu'

- name: Clean and build
run: ./gradlew clean build -Plog-tests --stacktrace
- name: Clean, build and javadoc
run: ./gradlew clean build javadoc -Plog-tests --stacktrace

- name: CLI integration tests
if: matrix.java >= 17
Expand Down

0 comments on commit 432b0f0

Please sign in to comment.