fix: java reporter

This commit is contained in:
Luca Burgard 2024-04-25 20:29:28 +02:00
parent f40cec42d3
commit cd4bbe40b0
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ jobs:
with:
name: Tests
path: "**/target/surefire-reports/TEST-*.xml"
reporter: jest-junit
reporter: java-junit
fail-on-empty: 'false'
fail-on-error: 'false'