Update maven-build.yml (#20350)

reverting glob pattern
This commit is contained in:
Imri Paran 2025-03-19 13:51:46 +01:00 committed by GitHub
parent c28f3274d1
commit fccb0a68a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,6 +116,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_test_failures: true
report_paths: |
'openmetadata-service/target/surefire-reports/TEST-*.xml'
'openmetadata-ui/target/test-reports/*.xml'
report_paths: 'openmetadata-service/target/surefire-reports/TEST-*.xml'