Skip to content

Commit

Permalink
added the license check as GitHub workflow (CONNECTORS-1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Feb 5, 2024
1 parent 5bed071 commit 8bf0feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bf0feb

Please sign in to comment.