From cdb1e335cf9b903bd480a2d8aaff250b21eb363d Mon Sep 17 00:00:00 2001 From: xstefank Date: Mon, 6 Jan 2025 16:20:24 +0100 Subject: [PATCH] Limit WildFly verification for release to only MP Health test cases --- .github/workflows/review-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review-release.yml b/.github/workflows/review-release.yml index 4fc9c549..b6681571 100644 --- a/.github/workflows/review-release.yml +++ b/.github/workflows/review-release.yml @@ -124,7 +124,7 @@ jobs: run: | ./mvnw clean install -DskipTests -DskipITs -Denforcer.skip -Dversion.io.smallrye.smallrye-health="$SNAPSHOT_VERSION" ./mvnw clean verify -pl microprofile/health-smallrye -Dversion.io.smallrye.smallrye-health="$SNAPSHOT_VERSION" - ./mvnw clean verify -pl testsuite/integration/microprofile -Dts.standalone.microprofile -Dversion.io.smallrye.smallrye-health="$SNAPSHOT_VERSION" + ./mvnw clean verify -pl testsuite/integration/microprofile -Dts.standalone.microprofile -Dtest="org.wildfly.test.integration.microprofile.health.*TestCase" -Dversion.io.smallrye.smallrye-health="$SNAPSHOT_VERSION" ./mvnw clean verify -pl testsuite/integration/microprofile-tck/health -Dts.standalone.microprofile -Dversion.io.smallrye.smallrye-health="$SNAPSHOT_VERSION" ./mvnw clean verify -pl testsuite/integration/manualmode -Dts.manualmode -Dtest="MicroProfile*" -Dversion.io.smallrye.smallrye-health="$SNAPSHOT_VERSION"