Skip to content

Commit 54b9fd2

Browse files
authored
Merge pull request #529 from hazendaz/fix-gh-actions
[ci] Skip license check during test as shallow clone doesn't have eno…
2 parents dfee983 + 237e2b7 commit 54b9fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
key: ${{ matrix.os }}-m2-${{ hashFiles('**/pom.xml') }}
4545
restore-keys: ${{ matrix.os }}-m2
4646
- name: Build with Maven
47-
run: mvn -B -V -e "-Dstyle.color=always" verify
47+
run: mvn -B -V -e "-Dstyle.color=always" verify -D"license.skip=true"
4848
env:
4949
MAVEN_OPTS: -Djansi.force=true
5050

0 commit comments

Comments
 (0)