Maven: No verify
This commit is contained in:
parent
3aa9fcd8b5
commit
ad4b06262f
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -25,5 +25,5 @@ jobs:
|
||||
distribution: ${{ matrix.distribution }}
|
||||
java-version: ${{ matrix.java }}
|
||||
cache: maven
|
||||
- name: Build and verify with Maven
|
||||
run: mvn -B package verify --file pom.xml
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user