Skip to content

Commit

Permalink
actions: fix tabs (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 2, 2024
1 parent 4459636 commit 0c9b449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-windows-iis-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-windows-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0c9b449

Please sign in to comment.