Skip to content

Commit

Permalink
Merge pull request #529 from hazendaz/fix-gh-actions
Browse files Browse the repository at this point in the history
[ci] Skip license check during test as shallow clone doesn't have eno…
  • Loading branch information
hazendaz committed Oct 31, 2021
2 parents dfee983 + 237e2b7 commit 54b9fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
key: ${{ matrix.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ matrix.os }}-m2
- name: Build with Maven
run: mvn -B -V -e "-Dstyle.color=always" verify
run: mvn -B -V -e "-Dstyle.color=always" verify -D"license.skip=true"
env:
MAVEN_OPTS: -Djansi.force=true

0 comments on commit 54b9fd2

Please sign in to comment.