diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 01fb51f..9d0f821 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -111,5 +111,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"