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:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -198,8 +198,9 @@ 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: "Print TestNG Version"
|
||||
run: mvn dependency:tree | grep 'org.testng:testng' || true
|
||||
- name: "Update GitHub Step Summary"
|
||||
if: github.ref_name == 'feature/ACS-6309_Bump_TestNG'
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user