Skip to content

Commit

Permalink
Fix configuration of quality-monitor.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 10, 2024
1 parent 5b33ac0 commit e394adf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/quality-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
config: >
{
"tests": {
"name": "Tests",
"tools": [
{
"id": "test",
"name": "Tests",
"pattern": "**/target/*-reports/TEST*.xml"
}
],
"name": "Tests"
]
},
"analysis": [
{
Expand Down Expand Up @@ -72,8 +72,7 @@ jobs:
"pattern": "**/target/spotbugsXml.xml"
},
{
"id": "error-prone",
"icon": "bug",
"id": "error-prone"
"pattern": "**/maven.log"
}
]
Expand Down

0 comments on commit e394adf

Please sign in to comment.