Maven: No verify

This commit is contained in:
Oliver.Warz@pdv.de 2022-05-01 13:24:11 +02:00
parent 3aa9fcd8b5
commit ad4b06262f

View File

@ -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