8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085ceaf commit 9419cd9Copy full SHA for 9419cd9
.github/workflows/publish_release_branch.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Maven Install and Site with Code Coverage
24
env:
25
MAVEN_OPTS: ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
26
- run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
+ run: mvn -B clean install site -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
27
28
- uses: actions/upload-artifact@v4
29
with:
0 commit comments