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