From 39dbafa536e8d5f59054b2f9b7d2ac7d3b8b056a Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 24 Mar 2024 11:05:43 -0700 Subject: [PATCH] Skip test execution. --- .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 efd7a375..3045cf50 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: distribution: 'zulu' cache: maven - name: Build with Maven - run: mvn -B package --file wise-api/pom.xml -DskipTests + run: mvn -B clean package --file wise-api/pom.xml -DskipTests # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph