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