Skip to content

Commit 9b135c3

Browse files
authored
Fix for Validate Javadoc failing sometimes (#667)
1 parent 2ddae04 commit 9b135c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-javadoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
java-version: '17'
3434
distribution: 'adopt'
3535
cache: maven
36-
36+
- name: BaSyx Clean Install
37+
run: mvn clean install -Dmaven.test.skip=true -T1C
3738
- name: Validate Javadoc
3839
run: mvn clean javadoc:javadoc

0 commit comments

Comments
 (0)