You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/20 00:53:10 UTC

[commons-validator] branch master updated: package includes test

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-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new f5d8441  package includes test
f5d8441 is described below

commit f5d8441caac60213b6d93baad182f5791a8f3d5c
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 20 01:53:03 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 871deeb..540bdc9 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