diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 128ae64..bb8ab87 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -47,7 +47,7 @@ jobs: if: always() with: name: DotNET Tests - path: "**/test-results.trx" + path: "**/*.trx" reporter: dotnet-trx fail-on-error: "false" - name: Publish