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 35a9de9 commit add32aaCopy full SHA for add32aa
.github/workflows/ci-test.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Javadoc (Linux only)
55
if: ${{ matrix.os == 'ubuntu-latest' }}
56
run: mvn -V -B -q -T 1C install javadoc:javadoc -DskipTests -D'dependency-check.skip' -D'license.skip' --projects '!exist-distribution,!exist-installer' --also-make
57
- - name: Maven Code Coverage
+ - name: Maven Code Coverage (Develop branch on Linux only)
58
if: ${{ github.ref == 'refs/heads/develop' && matrix.os == 'ubuntu-latest' }}
59
env:
60
CI_NAME: github
0 commit comments