From f428e8b43c13c7401b9bff8c7e8a5d7de121bcf8 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Wed, 8 Nov 2023 17:43:54 +0100 Subject: [PATCH] Rename test report check --- .github/workflows/test-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index e59c00eba..6f272c51d 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -15,7 +15,7 @@ jobs: - uses: dorny/test-reporter@v1 with: artifact: test-results - name: Tests + name: Test Report path: '**/*.xml' reporter: java-junit # This should not affect the result of the check created