From 6fe2852736d41bfb354a4e655ee83c2411664346 Mon Sep 17 00:00:00 2001 From: Nelson Nobre Date: Fri, 21 Nov 2025 23:03:15 +0000 Subject: [PATCH] ci: update test result action to use files instead of trx_files --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2ca0c0f..e9aa192 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -118,5 +118,4 @@ jobs: if: always() with: check_name: "Test Summary" - # NOTE: using trx_files instead of files due to https://github.com/EnricoMi/publish-unit-test-result-action/issues/424 - trx_files: "${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*.trx" + files: "${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*.trx"