From 63f8d2285a5b462d3508cc41f89bfe92ec49ab09 Mon Sep 17 00:00:00 2001 From: Nadeem Jazmawe <44744877+NadeemJazmawe@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:42:36 +0200 Subject: [PATCH 1/3] Update LinuxTest.yml --- .github/workflows/LinuxTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/LinuxTest.yml b/.github/workflows/LinuxTest.yml index dd7baf1ac6..33ec4367b1 100644 --- a/.github/workflows/LinuxTest.yml +++ b/.github/workflows/LinuxTest.yml @@ -74,7 +74,7 @@ jobs: uses: dorny/test-reporter@v1 if: success() || failure() # run this step even if previous step failed with: - name: Ginger Linux UnitTests # Name of the check run which will be created + name: Report Ginger Linux UnitTests # Name of the check run which will be created path: "**/*.trx" # Path to test results reporter: dotnet-trx # Format of test results From 9cb56d9c02d37e35425bdacffc6ed4abb0add05a Mon Sep 17 00:00:00 2001 From: Nadeem Jazmawe <44744877+NadeemJazmawe@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:43:25 +0200 Subject: [PATCH 2/3] Update MacOSTest.yml --- .github/workflows/MacOSTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MacOSTest.yml b/.github/workflows/MacOSTest.yml index 9cde25f597..3d354b9efa 100644 --- a/.github/workflows/MacOSTest.yml +++ b/.github/workflows/MacOSTest.yml @@ -66,6 +66,6 @@ jobs: uses: dorny/test-reporter@v1 if: success() || failure() # run this step even if previous step failed with: - name: Ginger MacOS UnitTests # Name of the check run which will be created + name: Report Ginger MacOS UnitTests # Name of the check run which will be created path: "**/*.trx" # Path to test results reporter: dotnet-trx # Format of test results From b390e26b36acae11e2b6fd1a222eb3bcd84bd4b0 Mon Sep 17 00:00:00 2001 From: Nadeem Jazmawe <44744877+NadeemJazmawe@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:43:48 +0200 Subject: [PATCH 3/3] Update WindowsTest.yml --- .github/workflows/WindowsTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/WindowsTest.yml b/.github/workflows/WindowsTest.yml index eb4be322c1..83d0fca641 100644 --- a/.github/workflows/WindowsTest.yml +++ b/.github/workflows/WindowsTest.yml @@ -161,7 +161,7 @@ jobs: uses: dorny/test-reporter@v1 if: success() || failure() # run this step even if previous step failed with: - name: Ginger Windows UnitTests # Name of the check run which will be created + name: Report Ginger Windows UnitTests # Name of the check run which will be created path: "D:/a/TestResults/*.trx" # Path to test results reporter: dotnet-trx # Format of test results