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

piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
     new 5bed0715a added the license check as GitHub workflow (CONNECTORS-1754)
5bed0715a is described below

commit 5bed0715adfaaa6859f6d4db912c89ff5076435d
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Feb 2 10:45:14 2024 +0100

    added the license check as GitHub workflow (CONNECTORS-1754)
---
 .github/workflows/license-check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/license-check.yml 
b/.github/workflows/license-check.yml
index 3257ea9af..1ef1f6cfd 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -36,7 +36,7 @@ jobs:
       - name: Ant Build
         run: ant make-core-deps make-deps
       - name: Maven Build
-        run: mvn clean install -DskipTests
+        run: mvn clean install
       - name: RAT licence checks
         run: mvn -pl . org.apache.rat:apache-rat:check
       - name: RAT Report

Reply via email to