Skip to content

Commit 6954fb5

Browse files
authored
Install artifacts first (#2894)
1 parent 8e3efc3 commit 6954fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doclint-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
cache: 'maven'
2323

2424
- name: Validate JavaDocs
25-
run: mvn javadoc:javadoc
25+
run: mvn install -DskipTests=true && mvn javadoc:javadoc

0 commit comments

Comments
 (0)