From a1de4ae9350bf8495922397ea25df2532d4e3f57 Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Sun, 1 Oct 2023 22:46:19 +0100 Subject: [PATCH] ci: makes test check name unique. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c1452f18..9bdac444b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,6 +58,7 @@ jobs: with: files: "**/test-results/**/*.xml" comment_mode: off + check_name: Unit Tests (Java ${{ matrix.java }}) - name: Build distributions run: ./gradlew dist --info --stacktrace