feat: disable test report action

This commit is contained in:
Luca Burgard 2024-04-25 21:01:26 +02:00
parent ef387d13f3
commit e811b7993f
1 changed files with 9 additions and 9 deletions

View File

@ -47,12 +47,12 @@ jobs:
- name: Run tests with Maven
run: mvn test -Dmaven.test.failure.ignore=true
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Tests
path: "**/target/surefire-reports/TEST-*.xml"
reporter: java-junit
fail-on-empty: 'false'
fail-on-error: 'false'
#- name: Test Report
# uses: dorny/test-reporter@v1
# if: success() || failure()
# with:
# name: Tests
# path: "**/target/surefire-reports/TEST-*.xml"
# reporter: java-junit
# fail-on-empty: 'false'
# fail-on-error: 'false'