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

commit 9cdceedafdc793fe15cf0c0aacc01fc1e3d04403
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Feb 2 10:36:23 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 45dc950d9..3257ea9af 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 -DskipITs
+        run: mvn clean install -DskipTests
       - name: RAT licence checks
         run: mvn -pl . org.apache.rat:apache-rat:check
       - name: RAT Report

Reply via email to