You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ab...@apache.org on 2023/03/02 22:59:01 UTC

[ranger] branch kumaab-enable-unit-tests created (now a501506bd)

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

abhi pushed a change to branch kumaab-enable-unit-tests
in repository https://gitbox.apache.org/repos/asf/ranger.git


      at a501506bd Enable unit tests in regular builds

This branch includes the following new commits:

     new a501506bd Enable unit tests in regular builds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ranger] 01/01: Enable unit tests in regular builds

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

abhi pushed a commit to branch kumaab-enable-unit-tests
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit a501506bd555f51f153c2301b6a0abd191a5139f
Author: Abhishek Kumar <ab...@gmail.com>
AuthorDate: Thu Mar 2 14:58:56 2023 -0800

    Enable unit tests in regular builds
---
 .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 cd3bf0f34..7deb4119b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,4 +44,4 @@ jobs:
         distribution: 'temurin'
         cache: maven
     - name: Build with Maven
-      run: mvn install -DskipJSTests=true -DskipTests -Dmaven.javadoc.skip=true --no-transfer-progress -B -V
+      run: mvn install -Dmaven.javadoc.skip=true --no-transfer-progress -B -V