From: Kai Moritz Date: Fri, 15 Mar 2024 20:17:48 +0000 (+0100) Subject: chore: Activated IT in GitHUB-Maven-Build X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=78644c5ca4ba3c4130ea080d6da0eb5f74fb83db;p=demos%2Fkafka%2Fchat chore: Activated IT in GitHUB-Maven-Build --- 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