From d6c096ea30ffc7c59bd440c62d736f8f32a4fe4f Mon Sep 17 00:00:00 2001 From: Nick Craver Date: Thu, 27 Jan 2022 21:35:14 -0500 Subject: [PATCH] This doesn't work work Bleh. https://github.com/dorny/test-reporter/issues/142 --- .github/workflows/CI.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 64438cdd3..2fb62ed61 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,7 +36,7 @@ jobs: name: StackExchange.Redis.Tests (Ubuntu) - Results path: 'test-results/*.trx' reporter: dotnet-trx - list-tests: 'failed' + list-tests: failed - name: .NET Lib Pack run: dotnet pack src/StackExchange.Redis/StackExchange.Redis.csproj --no-build -c Release /p:Packing=true /p:PackageOutputPath=%CD%\.nupkgs /p:CI=true @@ -51,7 +51,6 @@ jobs: with: dotnet-version: | 3.1.x - 5.0.x 6.0.x - name: .NET Build run: dotnet build Build.csproj -c Release /p:CI=true @@ -84,4 +83,4 @@ jobs: name: StackExchange.Redis.Tests (Windows Server 2019) - Results path: 'test-results/*.trx' reporter: dotnet-trx - list-tests: 'failed' + list-tests: failed