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

dcromberge pushed a commit to branch Memory2-doc-fixes-gh-actions
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/Memory2-doc-fixes-gh-actions 
by this push:
     new e6cfd97  Separate testing and reporting
e6cfd97 is described below

commit e6cfd9707b60a23f58ed73d4025322b488f82f9e
Author: David Cromberge <[email protected]>
AuthorDate: Fri Sep 17 11:52:21 2021 +0100

    Separate testing and reporting
---
 .github/workflows/maven.yml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 685d769..a5e865e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -47,14 +47,22 @@ jobs:
           run: >
               java -version
 
+        - name: Test
+          run: >
+              mvn clean test
+              -Dmaven.javadoc.skip=true
+              -Dgpg.skip=true
+              --toolchains .github/workflows/.toolchains.xml
+
         - name: Install Dependencies
           run: >
-              mvn clean test install -B -V -q
+              mvn clean install -B -V -q
+              -DskipTests=true
               -Dmaven.javadoc.skip=true
               -Dgpg.skip=true
               --toolchains .github/workflows/.toolchains.xml
         
-        - name: Test & Report
+        - name: Report
           if: ${{ matrix.jdk == 8 && success() }}
           run: >
               mvn verify coveralls:report -B -V -q

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

Reply via email to