feat: add ignoring test failures
This commit is contained in:
parent
c1a0577926
commit
f40cec42d3
|
|
@ -49,3 +49,5 @@ jobs:
|
|||
name: Tests
|
||||
path: "**/target/surefire-reports/TEST-*.xml"
|
||||
reporter: jest-junit
|
||||
fail-on-empty: 'false'
|
||||
fail-on-error: 'false'
|
||||
Loading…
Reference in New Issue