From b5dbbfae5de29bdb97defc541538be476b2a6ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Dufaure?= Date: Mon, 24 Nov 2025 17:39:19 +0100 Subject: [PATCH] [CI] Avoid duplicate unit test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Dufaure --- .github/workflows/integration-test.yml | 4 +--- pom.xml | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b5f941b7..16f2a45d 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -25,7 +25,5 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - - name: Build with Maven - run: mvn -B package -D.maven.test.skip=true --file pom.xml - name: Test with Maven - run: mvn verify + run: mvn verify -Dsurefire.skip diff --git a/pom.xml b/pom.xml index 07c8e807..8b4807ec 100644 --- a/pom.xml +++ b/pom.xml @@ -365,6 +365,9 @@ org.apache.maven.plugins maven-surefire-plugin ${maven-surefire-plugin.version} + + ${surefire.skip} + org.jacoco