From a8931edaad0d09f699fe2128db5c5ca96aa14b0a Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 26 Oct 2023 17:54:40 +0200 Subject: [PATCH] Update test-reporter with list-tests: failed [skip-ci] --- .github/workflows/build-snapshot-worker.yml | 2 +- .github/workflows/ci-it-db.yml | 2 +- .github/workflows/ci-it-security.yml | 2 +- .github/workflows/ci-pr.yml | 2 +- .github/workflows/ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-snapshot-worker.yml b/.github/workflows/build-snapshot-worker.yml index 7373b48acb..0c5907a4d8 100644 --- a/.github/workflows/build-snapshot-worker.yml +++ b/.github/workflows/build-snapshot-worker.yml @@ -77,7 +77,7 @@ jobs: name: Unit Tests path: '**/surefire-reports/*.xml' reporter: java-junit - list-tests: 'failed' + list-tests: failed # clean m2 cache - name: Clean cache run: | diff --git a/.github/workflows/ci-it-db.yml b/.github/workflows/ci-it-db.yml index e4c21b0e44..2912422b29 100644 --- a/.github/workflows/ci-it-db.yml +++ b/.github/workflows/ci-it-db.yml @@ -41,7 +41,7 @@ jobs: name: Integration Tests path: '**/failsafe-reports/*IT.xml' reporter: java-junit - list-tests: 'failed' + list-tests: failed - name: Publish Test Url for ${{ matrix.group }} shell: bash run: | diff --git a/.github/workflows/ci-it-security.yml b/.github/workflows/ci-it-security.yml index b4cc7dc963..1f3f7ef233 100644 --- a/.github/workflows/ci-it-security.yml +++ b/.github/workflows/ci-it-security.yml @@ -35,7 +35,7 @@ jobs: name: Integration Tests path: '**/failsafe-reports/*IT.xml' reporter: java-junit - list-tests: 'failed' + list-tests: failed - name: 'Action: Upload Unit Test Results' if: ${{ always() }} uses: actions/upload-artifact@v3 diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index e26a2d5a4c..650ce7cb3b 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -38,7 +38,7 @@ jobs: name: Unit Tests path: '**/surefire-reports/*.xml' reporter: java-junit - list-tests: 'failed' + list-tests: failed # clean m2 cache - name: Clean cache run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ecb82c031..75e2322073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: name: Unit Tests path: '**/surefire-reports/*.xml' reporter: java-junit - list-tests: 'failed' + list-tests: failed - name: Capture Test Results if: ${{ always() }} uses: actions/upload-artifact@v3