Skip to content

Commit

Permalink
Merge pull request #597 from xstefank/wfly-correct-manualmode-dir
Browse files Browse the repository at this point in the history
Fix the WildFly manualmode test directory
  • Loading branch information
xstefank authored Jan 7, 2025
2 parents 24ec6b9 + 0bbc959 commit ce6c36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
./mvnw clean verify -pl microprofile/health-smallrye -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"
./mvnw clean verify -pl testsuite/integration/manualmode-expansion -Dts.manualmode -Dtest="org.wildfly.test.manual.microprofile.health.*TestCase" -Dversion.io.smallrye.smallrye-health="$SNAPSHOT_VERSION"
Expand Down

0 comments on commit ce6c36d

Please sign in to comment.