feat: add ignoring test failures

This commit is contained in:
Luca Burgard 2024-04-25 17:47:44 +02:00
parent c1a0577926
commit f40cec42d3
1 changed files with 2 additions and 0 deletions

View File

@ -49,3 +49,5 @@ jobs:
name: Tests name: Tests
path: "**/target/surefire-reports/TEST-*.xml" path: "**/target/surefire-reports/TEST-*.xml"
reporter: jest-junit reporter: jest-junit
fail-on-empty: 'false'
fail-on-error: 'false'