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 8bf0feb91 added the license check as GitHub workflow (CONNECTORS-1754)
8bf0feb91 is described below

commit 8bf0feb91a81c69e88999f001a2830271d6aecb8
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Feb 5 10:21:28 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 1ef1f6cfd..3b67d4477 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
+        run: mvn clean install -DskipTests -DskipITs
       - name: RAT licence checks
         run: mvn -pl . org.apache.rat:apache-rat:check
       - name: RAT Report

Reply via email to