Skip to content

Commit

Permalink
build: validate javadoc and sources steps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Jun 5, 2024
1 parent 6e7a657 commit 2537135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
cache: 'maven'

- name: Run all tests
run: mvn -B -Pall-tests clean test --file pom.xml
run: mvn -B -Pall-tests,publication clean package --file pom.xml
env:
TZ: UTC

0 comments on commit 2537135

Please sign in to comment.