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 7af825b Enable test during install
7af825b is described below
commit 7af825b5237e1fe6f3fd2a498ea06e79192725d3
Author: David Cromberge <[email protected]>
AuthorDate: Fri Sep 17 11:39:23 2021 +0100
Enable test during install
---
.github/workflows/maven.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 82fcbbe..685d769 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -49,8 +49,7 @@ jobs:
- name: Install Dependencies
run: >
- mvn clean install -B -V -q
- -DskipTests=false
+ mvn clean test install -B -V -q
-Dmaven.javadoc.skip=true
-Dgpg.skip=true
--toolchains .github/workflows/.toolchains.xml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]