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 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 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