Fix comment that failed javadoc
Run PR build with javadoc profile to fail PR build instead of main build
This commit is contained in:
2
.github/workflows/ci-pr.yml
vendored
2
.github/workflows/ci-pr.yml
vendored
@@ -39,4 +39,4 @@ jobs:
|
||||
run: ./mvnw -B clean install
|
||||
- name: Build (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
run: ./mvnw -B -Pfunctional-tests clean install
|
||||
run: ./mvnw -B -Pfunctional-tests,javadoc clean install
|
||||
Reference in New Issue
Block a user