#661: JUnit test results take 3

(cherry picked from commit 5a563e315f2dc763fcc92df4f1ebd853f4e84cbe)
This commit is contained in:
Harald Kuhr 2022-02-17 18:42:54 +01:00
parent 0c270f8343
commit bc7c8ba20c

View File

@ -4,7 +4,7 @@ on: [ push, pull_request ]
jobs: jobs:
test: test:
name: test ${{ matrix.os }} jdk${{ matrix.java }} name: Test OpenJDK ${{ matrix.java }} on ${{ matrix.os }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -26,9 +26,10 @@ jobs:
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
with: with:
report_paths: "**/target/surefire-reports/TEST*.xml" report_paths: "**/target/surefire-reports/TEST*.xml"
check_name: OpenJDK ${{ matrix.java }} on ${{ matrix.os }}
test_oracle: test_oracle:
name: 'test Oracle JDK 8 (KCMS: ${{ matrix.kcms }})' name: Test Oracle JDK 8 KCMS=${{ matrix.kcms }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
@ -57,6 +58,7 @@ jobs:
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
with: with:
report_paths: "**/target/surefire-reports/TEST*.xml" report_paths: "**/target/surefire-reports/TEST*.xml"
check_name: Oracle JDK 8 KCMS=${{ matrix.kcms }}
release: release:
name: Deploy name: Deploy