diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5407c56..fa570c0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + run: mvn -B package --file pom.xml -Dmaven.test.skip=true working-directory: ${{env.working-directory}} # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive