Skip to content

Commit 07839c5

Browse files
committed
Fix test case XML pattern
1 parent dd27c9d commit 07839c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
{
5858
"id": "junit",
5959
"name": "Unit Tests",
60-
"pattern": "**/target/surefire-reports/TEST*prism*.xml"
60+
"pattern": "**/target/surefire-reports/TEST*forensics*.xml"
6161
},
6262
{
6363
"id": "junit",

0 commit comments

Comments
 (0)