From 89e38f59db7b6db0623832bcf3c9cc952e8539e6 Mon Sep 17 00:00:00 2001 From: dahoud Date: Sun, 12 Oct 2025 23:50:37 +0000 Subject: [PATCH] Add ci-cd profile to exclude environment-dependent tests --- pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/pom.xml b/pom.xml index 25f0aec..4e81b48 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,8 @@ io.quarkus.platform 3.15.1 false + false + false 3.5.0 1.9.16 1.1.0 @@ -541,5 +543,46 @@ + + + ci-cd + + + env.CI + + + + true + false + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire-plugin.version} + + + + **/BasicIntegrityTest.java + **/adapter/http/**/*Test.java + **/integration/**/*Test.java + **/*IntegrationTest.java + **/*ResourceTest.java + **/*ControllerTest.java + + + + **/application/service/**/*Test.java + **/domain/core/entity/**/*Test.java + **/metier/**/*Test.java + **/SimpleTest.java + **/MigrationIntegrityTest.java + + + + + +