This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/master by this push:
     new ddfbb1e  Try #5
ddfbb1e is described below

commit ddfbb1e727976e3f7bbd01bea7f9c7bd222776f5
Author: Lee Rhodes <[email protected]>
AuthorDate: Sun Jan 31 12:55:18 2021 -0800

    Try #5
---
 .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 d5d6d68..09b674c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,8 +35,8 @@ jobs:
               targets: 'JDK_8;JAVA_HOME'
 
         - name: Install Dependencies
-          run: mvn install -DskipTests=true -Dgpg.skip=true -B -V --toolchains 
.github/workflows/.toolchains.xml
+          run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true 
-Dgpg.skip=true -B -V -q --toolchains .github/workflows/.toolchains.xml
 
         - name: Test & Report
           if: ${{ success() }}
-          run: mvn test coveralls:report -Dgpg.skip=true -B -V --toolchains 
.github/workflows/.toolchains.xml
+          run: mvn verify jacoco:prepare-agent jacoco:report coveralls:report 
-Dgpg.skip=true -B -V --toolchains .github/workflows/.toolchains.xml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to