Update maven.yml

This commit is contained in:
Sven Kubiak 2023-02-10 18:39:51 +01:00 committed by GitHub
parent 88a39cad4d
commit 73b82d083e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn clean verify --file pom.xml
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph