Skip to content

Commit

Permalink
CLDR-0000 publish JUnit report
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Aug 15, 2024
1 parent d75a9ec commit 2fc9b88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2fc9b88

Please sign in to comment.