From 1493c9a7716d39f24210b234fbef7134b71175d8 Mon Sep 17 00:00:00 2001 From: leehk Date: Fri, 18 Apr 2025 23:14:46 +0800 Subject: [PATCH] update --- .github/workflows/template_test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/template_test.yml b/.github/workflows/template_test.yml index e6e0649..825a5b9 100644 --- a/.github/workflows/template_test.yml +++ b/.github/workflows/template_test.yml @@ -233,12 +233,10 @@ jobs: # Optional: Publish Test Results for UI display - name: Publish Test Results if: always() # Run even if tests fail - uses: dorny/test-reporter@v1 + uses: benjamine/report-junit-xml-action@v1 with: - name: JUnit Test Report - path: ${{ runner.temp }}/${{ inputs.testResultsFilename }} # Path to the JUnit XML file - reporter: java-junit # Specify the format - token: ${{ secrets.repo_test_1 }} + report_file: ${{ runner.temp }}/${{ inputs.testResultsFilename }} + github_token: ${{ secrets.repo_test_1 }} - name: Docker Compose Down if: always() # Always run cleanup