From ba8345296cd5d6221b8b88a3b061ad2e03cab9d1 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 28 Jul 2025 16:15:05 +0800 Subject: [PATCH] ci: add os name to junit test report --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 52b0866f..e8254dbe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,6 +52,7 @@ jobs: if: always() with: report_paths: '**/build/test-results/test/TEST-*.xml' + check_name: 'JUnit Test Report: ${{ matrix.os }}' - name: Conveyor - compute JDK module list if: github.event_name == 'push' && github.repository_owner == 'gotson' && contains(matrix.os, 'ubuntu')