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 3bb455217 Update license-check.yml (CONNECTORS-1754)
3bb455217 is described below
commit 3bb4552174d4d391b6d073fd969993e61c9187ee
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Jun 18 11:10:20 2024 +0200
Update license-check.yml (CONNECTORS-1754)
---
.github/workflows/license-check.yml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/license-check.yml
b/.github/workflows/license-check.yml
index f9ed20ec0..7cd5751be 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -24,8 +24,10 @@ on:
jobs:
licenseCheck:
runs-on: ubuntu-22.04
- steps:
- - uses: actions/[email protected]
+ steps:
+ - name: Checkout
+ uses: actions/[email protected]
+
- name: Set up OpenJDK 11 Temurin x64
uses: actions/[email protected]
with:
@@ -33,12 +35,16 @@ jobs:
distribution: 'temurin'
architecture: x64
cache: maven
+
- name: Ant Build
run: ant make-core-deps make-deps
+
- name: Maven Build
run: mvn clean install -B -DskipTests -DskipITs
+
- name: RAT licence checks
run: mvn -pl . apache-rat:check
+
- name: RAT Report
if: always()
run: |