From d8fd2871ba39634e1949cda298a1f209328fb6ed Mon Sep 17 00:00:00 2001 From: Himanshu Kandwal Date: Thu, 28 Sep 2023 13:06:02 -0700 Subject: [PATCH] Update Helix-Manual-CI.yml --- .github/workflows/Helix-Manual-CI.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Helix-Manual-CI.yml b/.github/workflows/Helix-Manual-CI.yml index cb6aa3cecc6..ba00f0edee9 100644 --- a/.github/workflows/Helix-Manual-CI.yml +++ b/.github/workflows/Helix-Manual-CI.yml @@ -15,8 +15,6 @@ on: required: true default: -fae test -permissions: write-all - jobs: MANUAL_CI: @@ -36,10 +34,8 @@ jobs: run: mvn clean install -Dmaven.test.skip.exec=true -DretryFailedDeploymentCount=5 - name: Run All Tests run: mvn -B -V -e -ntp "-Dstyle.color=always" ${{ github.event.inputs.mvnOpts }} ${{ github.event.inputs.goals }} - - name: Test Report - uses: dorny/test-reporter@v1 - if: success() || failure() + - name: Publish Test Results + uses: EnricoMi/publish-unit-test-result-action/composite@v2 + if: always() with: - name: Tests Results - path: './**/target/surefire-reports/junitreports/TEST-*.xml' - reporter: java-junit + path: '**/target/surefire-reports/junitreports/TEST-*.xml'