diff --git a/.github/workflows/test-windows-iis-reporter.yml b/.github/workflows/test-windows-iis-reporter.yml index ea123af45..600da2791 100644 --- a/.github/workflows/test-windows-iis-reporter.yml +++ b/.github/workflows/test-windows-iis-reporter.yml @@ -21,8 +21,8 @@ jobs: - uses: elastic/apm-pipeline-library/.github/actions/test-report@current with: artifact: test-results-iis # artifact name - name: IIS Tests Summary # Name of the check run which will be created - path: "junit-*.xml" # Path to test results (inside artifact .zip) + name: IIS Tests Summary # Name of the check run which will be created + path: "junit-*.xml" # Path to test results (inside artifact .zip) reporter: java-junit # Format of test results list-suites: 'failed' list-tests: 'failed' diff --git a/.github/workflows/test-windows-reporter.yml b/.github/workflows/test-windows-reporter.yml index 9e09f1c05..f61d1a911 100644 --- a/.github/workflows/test-windows-reporter.yml +++ b/.github/workflows/test-windows-reporter.yml @@ -16,8 +16,8 @@ jobs: - uses: elastic/apm-pipeline-library/.github/actions/test-report@current with: artifact: test-results-windows # artifact name - name: Windows Tests Summary # Name of the check run which will be created - path: "junit-*.xml" # Path to test results (inside artifact .zip) + name: Windows Tests Summary # Name of the check run which will be created + path: "junit-*.xml" # Path to test results (inside artifact .zip) reporter: java-junit # Format of test results list-suites: 'failed' list-tests: 'failed'