From 2e0942704599747a8c53c8efd511c00c9e32fb77 Mon Sep 17 00:00:00 2001 From: Arun Venmany Date: Thu, 16 Jan 2025 14:06:37 +0530 Subject: [PATCH] github workflow changes rolled back to use correct tests Signed-off-by: Arun Venmany --- .github/workflows/maven.yml | 2 +- liberty-maven-plugin/src/it/dev-it/pom.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f7235c2f7..f6091f18b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -70,7 +70,7 @@ jobs: run: ./mvnw -V verify --batch-mode --no-transfer-progress --errors -DtrimStackTrace=false -Ponline-its -D"invoker.streamLogsOnFailures"=true -D"invoker.test"="*setup*,*springboot-3-*,*compile-jsp-source-17-*" -Druntime=${{ matrix.RUNTIME }} -DruntimeVersion="${{ matrix.RUNTIME_VERSION }}" # Run tests - name: Run tests - run: ./mvnw -V verify --batch-mode --no-transfer-progress --errors -DtrimStackTrace=false -Ponline-its -D"invoker.streamLogsOnFailures"=true -D"invoker.test"="*dev-it*" -Druntime=${{ matrix.RUNTIME }} -DruntimeVersion="${{ matrix.RUNTIME_VERSION }}" + run: ./mvnw -V verify --batch-mode --no-transfer-progress --errors -DtrimStackTrace=false -Ponline-its -D"invoker.streamLogsOnFailures"=true -Druntime=${{ matrix.RUNTIME }} -DruntimeVersion="${{ matrix.RUNTIME_VERSION }}" # WINDOWS BUILD build-windows: diff --git a/liberty-maven-plugin/src/it/dev-it/pom.xml b/liberty-maven-plugin/src/it/dev-it/pom.xml index 82dce31b6..218102db3 100755 --- a/liberty-maven-plugin/src/it/dev-it/pom.xml +++ b/liberty-maven-plugin/src/it/dev-it/pom.xml @@ -58,8 +58,7 @@ -enableassertions ${project.build.directory} - **/*DevRecompileWithDefaultExecutionIdTest.java - **/*DevRecompileWithCustomExecutionIdTest.java + **/*Test.java @pom.version@