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
commit 657c54336b724ffaa73fc612732caf501b628942 Author: David Cromberge <[email protected]> AuthorDate: Fri Sep 17 11:18:58 2021 +0100 Do not skip tests on install --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e6756f3..82fcbbe 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -50,7 +50,7 @@ jobs: - name: Install Dependencies run: > mvn clean install -B -V -q - -DskipTests=true + -DskipTests=false -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]
