fix: java reporter
This commit is contained in:
parent
f40cec42d3
commit
cd4bbe40b0
|
|
@ -48,6 +48,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Tests
|
name: Tests
|
||||||
path: "**/target/surefire-reports/TEST-*.xml"
|
path: "**/target/surefire-reports/TEST-*.xml"
|
||||||
reporter: jest-junit
|
reporter: java-junit
|
||||||
fail-on-empty: 'false'
|
fail-on-empty: 'false'
|
||||||
fail-on-error: 'false'
|
fail-on-error: 'false'
|
||||||
Loading…
Reference in New Issue