From 4e315b14b89f8a96ce7e812c9908b3898671a896 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Fri, 15 Oct 2021 00:25:59 +0900 Subject: [PATCH] List only failed suites/tests --- .github/workflows/report-nunit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/report-nunit.yml b/.github/workflows/report-nunit.yml index e0ccd50989..358cbda17a 100644 --- a/.github/workflows/report-nunit.yml +++ b/.github/workflows/report-nunit.yml @@ -30,3 +30,5 @@ jobs: name: Test Results (${{matrix.os.prettyname}}, ${{matrix.threadingMode}}) path: "*.trx" reporter: dotnet-trx + list-suites: 'failed' + list-tests: 'failed'