Skip to content

Commit 09b97ba

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/bootstrap-5.3.5
2 parents d34757e + 1da003a commit 09b97ba

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/quality-monitor-jenkins.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,7 @@ jobs:
5757
{
5858
"id": "junit",
5959
"name": "Unit Tests",
60-
"pattern": "**/target/surefire-reports/TEST*util*.xml"
61-
},
62-
{
63-
"id": "junit",
64-
"icon": "rocket",
65-
"name": "Integration tests",
66-
"pattern": "**/target/failsafe-reports/TEST*.xml"
67-
},
68-
{
69-
"id": "junit",
70-
"icon": "no_entry",
71-
"name": "Architecture tests",
72-
"pattern": "**/target/surefire-reports/TEST*archunit*.xml"
60+
"pattern": "**/target/surefire-reports/TEST*.xml"
7361
}
7462
]
7563
},

0 commit comments

Comments
 (0)