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