feat: add ignoring test failures

This commit is contained in:
Luca Burgard 2024-04-25 17:39:56 +02:00
parent b91691de01
commit c1a0577926
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
}] }]
- name: Run tests with Maven - name: Run tests with Maven
run: mvn test run: mvn test -Dmaven.test.failure.ignore=true
- name: Test Report - name: Test Report
uses: dorny/test-reporter@v1 uses: dorny/test-reporter@v1