mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
ACS-6309 Bump agent-java-testng to 5.4.2 try junit4 listener, junit5 listener
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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'
|
||||
|
@@ -141,6 +141,7 @@
|
||||
<groupId>com.epam.reportportal</groupId>
|
||||
<artifactId>agent-java-junit5</artifactId>
|
||||
<version>5.3.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
|
Reference in New Issue
Block a user