From 2fc9b881987c1feefee7b226afd5a3288862b7c8 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 15 Aug 2024 14:07:28 -0500 Subject: [PATCH] CLDR-0000 publish JUnit report --- .github/workflows/maven.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c011bedf276..bcb745a6b0c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -162,6 +162,13 @@ jobs: '-Dorg.unicode.cldr.api.testArgs=-e10 -n' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: JUnit report + uses: scacap/action-surefire-report@v1 + with: + create_check: false + fail_if_no_tests: false + fail_on_test_failures: false + if: github.event.inputs.git-ref != '' check: runs-on: ubuntu-latest steps: