From 33f0aa514c1d8a365d2abbb74ec27ad15d98836a Mon Sep 17 00:00:00 2001 From: Marina Polishchuk Date: Mon, 9 Dec 2024 15:30:13 -0800 Subject: [PATCH] try a different extension --- .github/actions/compilerfunctionaltests/action.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/actions/compilerfunctionaltests/action.yaml b/.github/actions/compilerfunctionaltests/action.yaml index 0daf85da..b2d18fef 100644 --- a/.github/actions/compilerfunctionaltests/action.yaml +++ b/.github/actions/compilerfunctionaltests/action.yaml @@ -40,10 +40,8 @@ runs: name: test-results path: ${{ env.TEST_RESULTS_DIR }}/test_results.trx - - name: Report test results + - name: Display test summary if: always() - uses: dorny/test-reporter@v1 + uses: test-summary/action@v2 with: - name: .NET Tests - path: ${{ env.TEST_RESULTS_DIR }}/test_results.trx - reporter: dotnet-trx + paths: ${{ env.TEST_RESULTS_DIR }}/test_results.trx \ No newline at end of file