diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 68115c5..31e01d0 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -18,5 +18,5 @@ jobs: with: artifact: /test-results-(.*)/ name: 'JUnit Tests ($1)' - path: '*.xml' + path: '**/test-results/**/*.xml' reporter: java-junit \ No newline at end of file