Skip to content

Commit 8c9aa1e

Browse files
committed
ci: update test result action to use files instead of trx_files
1 parent 58036c9 commit 8c9aa1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,4 @@ jobs:
111111
if: always()
112112
with:
113113
check_name: "Test Summary"
114-
# NOTE: using trx_files instead of files due to https://github.com/EnricoMi/publish-unit-test-result-action/issues/424
115-
trx_files: "${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*.trx"
114+
files: "${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*.trx"

0 commit comments

Comments
 (0)