Skip to content

Commit c9eb1be

Browse files
Fix report path for testng... maybe
1 parent ceeba32 commit c9eb1be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: success() || failure()
6969
with:
7070
name: Test Results
71-
path: target/surefire-reports/*.xml
71+
path: target/surefire-reports/junitreports/*.xml
7272
reporter: java-junit
7373
fail-on-error: false
7474
only-summary: true

0 commit comments

Comments
 (0)