ACS-6309 Bump agent-java-testng to 5.4.2 try junit4 listener, junit5 listener

This commit is contained in:
Wojtek.Swieton
2024-08-28 13:01:12 +02:00
parent 9d2bb3fa2c
commit fffcf5411c

View File

@@ -198,8 +198,9 @@ jobs:
run: | run: |
eval "args=($RP_OPTS)" eval "args=($RP_OPTS)"
mvn -B test -pl ${{ matrix.testModule }} -am ${{ matrix.testAttributes }} -DfailIfNoTests=false "${args[@]}" mvn -B test -pl ${{ matrix.testModule }} -am ${{ matrix.testAttributes }} -DfailIfNoTests=false "${args[@]}"
mvn dependency:tree | grep 'org.testng:testng' || true
continue-on-error: true continue-on-error: true
- name: "Print TestNG Version"
run: mvn dependency:tree | grep 'org.testng:testng' || true
- name: "Update GitHub Step Summary" - name: "Update GitHub Step Summary"
if: github.ref_name == 'feature/ACS-6309_Bump_TestNG' if: github.ref_name == 'feature/ACS-6309_Bump_TestNG'
run: | run: |