Skip to content

Commit 2537135

Browse files
committed
build: validate javadoc and sources steps in CI
1 parent 6e7a657 commit 2537135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
cache: 'maven'
1919

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

0 commit comments

Comments
 (0)