diff --git a/.github/workflows/test-reporter.yml b/.github/workflows/test-reporter.yml index 3a615dc3..484ce161 100644 --- a/.github/workflows/test-reporter.yml +++ b/.github/workflows/test-reporter.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: elastic/oblt-actions/test-report@v1 with: - artifact: /test-results-(.*)/ # artifact name pattern + artifact: /test-results(.*)/ # artifact name pattern name: 'Test Repot $1' # Name of the check run which will be created path: "**/*.xml" # Path to test results (inside artifact .zip) reporter: java-junit # Format of test results