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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 5bbc53697 Update license-check.yml
5bbc53697 is described below

commit 5bbc5369768e9f443a75c2ff46e073e54c745d23
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 10:25:58 2024 +0200

    Update license-check.yml
---
 .github/workflows/license-check.yml | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/license-check.yml 
b/.github/workflows/license-check.yml
index 447caa8e2..609e474da 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -20,34 +20,25 @@ run-name: ${{ github.actor }} is executing the RAT license 
check🚀
 
 on:
   workflow_dispatch:
-
+  
 jobs:
   licenseCheck:
     runs-on: ubuntu-22.04
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
       - name: Set up OpenJDK 11 Temurin x64
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           java-version: '11'
           distribution: 'temurin'
           architecture: x64
           cache: maven
-      - name: Setup Ant
-      - uses: cedx/setup-ant@v2
-        with:
-          optional-tasks: true
-          version: 1.10.14
-      - name: Setup Maven
-        uses: s4u/[email protected]
-        with:
-          maven-version: 3.9.6
       - name: Ant Build
         run: ant make-core-deps make-deps
       - name: Maven Build
-        run: mvn clean install -Dmaven.test.skip=true
+        run: mvn clean install -DskipTests -DskipITs -B
       - name: RAT licence checks
-        run: mvn -pl . org.apache.rat:apache-rat:check
+        run: mvn -pl . apache-rat:check
       - name: RAT Report
         if: always()
         run: |

Reply via email to