From 5a563e315f2dc763fcc92df4f1ebd853f4e84cbe Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 17 Feb 2022 18:42:54 +0100 Subject: [PATCH] #661: JUnit test results take 3 --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 763d9cf0..a842a5d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [ push, pull_request ] jobs: test: - name: test ${{ matrix.os }} jdk${{ matrix.java }} + name: Test OpenJDK ${{ matrix.java }} on ${{ matrix.os }} strategy: fail-fast: false matrix: @@ -26,9 +26,10 @@ jobs: if: ${{ !cancelled() }} with: report_paths: "**/target/surefire-reports/TEST*.xml" + check_name: OpenJDK ${{ matrix.java }} on ${{ matrix.os }} test_oracle: - name: 'test Oracle JDK 8 (KCMS: ${{ matrix.kcms }})' + name: Test Oracle JDK 8 KCMS=${{ matrix.kcms }} runs-on: ubuntu-latest strategy: matrix: @@ -57,6 +58,7 @@ jobs: if: ${{ !cancelled() }} with: report_paths: "**/target/surefire-reports/TEST*.xml" + check_name: Oracle JDK 8 KCMS=${{ matrix.kcms }} release: name: Deploy