From c2dd4fc126c9d5b647d432daeb1ca387c080d61b Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Tue, 17 Sep 2024 18:17:15 +0200 Subject: [PATCH] Only execute InfinispanDiscoveryImplClusteredTest --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af4e4cf..3768026 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: java-version: ${{ inputs.jdk }} distribution: temurin - name: Run tests - run: mvn -s .github/maven-ci-settings.xml -B -DtestLogLevel=OFF test + run: mvn -s .github/maven-ci-settings.xml -B -DtestLogLevel=OFF test -Dtest=InfinispanDiscoveryImplClusteredTest - uses: actions/upload-artifact@v4 if: ${{ always() }} with: @@ -48,4 +48,4 @@ jobs: java-version: ${{ inputs.jdk }} distribution: temurin - name: Run tests - run: mvn -P ${{ inputs.profile }} -s .github/maven-ci-settings.xml -B -DtestLogLevel=OFF test + run: mvn -P ${{ inputs.profile }} -s .github/maven-ci-settings.xml -B -DtestLogLevel=OFF test -Dtest=InfinispanDiscoveryImplClusteredTest