From 78644c5ca4ba3c4130ea080d6da0eb5f74fb83db Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 15 Mar 2024 21:17:48 +0100 Subject: [PATCH] chore: Activated IT in GitHUB-Maven-Build --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 63c8b154..ac024898 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + run: mvn -B verify # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph -- 2.20.1