From 9d2bb3fa2c179b46da8556f6179e2703760e7edb Mon Sep 17 00:00:00 2001 From: "Wojtek.Swieton" Date: Wed, 28 Aug 2024 12:51:19 +0200 Subject: [PATCH] ACS-6309 Bump agent-java-testng to 5.4.2 try junit4 listener, junit5 listener --- .github/workflows/ci.yml | 1 + core/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 014a3a664c..31f7fa6cd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,6 +198,7 @@ jobs: run: | eval "args=($RP_OPTS)" mvn -B test -pl ${{ matrix.testModule }} -am ${{ matrix.testAttributes }} -DfailIfNoTests=false "${args[@]}" + mvn dependency:tree | grep 'org.testng:testng' || true continue-on-error: true - name: "Update GitHub Step Summary" if: github.ref_name == 'feature/ACS-6309_Bump_TestNG' diff --git a/core/pom.xml b/core/pom.xml index 3fa5a3fd97..ba1c46a791 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -141,6 +141,7 @@ com.epam.reportportal agent-java-junit5 5.3.2 + test org.mockito