This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new f789d3f package includes test f789d3f is described below commit f789d3ff6908ec42b917ed432c8f80b35b7fdc85 Author: Sebb <s...@apache.org> AuthorDate: Sat Jun 20 01:53:18 2020 +0100 package includes test --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a36a374..09c806e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,5 +33,5 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn --batch-mode apache-rat:check package test --file pom.xml -# run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all package test --file pom.xml + run: mvn --batch-mode apache-rat:check package --file pom.xml +# run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all package --file pom.xml