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 <[email protected]> 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
