Skip to content

Commit 5cd77ff

Browse files
authoredSep 12, 2024··
Update test-reporter.yml (#355)
1 parent 899a1a4 commit 5cd77ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/test-reporter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
report:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: elastic/apm-pipeline-library/.github/actions/test-report@current
22+
- uses: elastic/oblt-actions/test-report@v1
2323
with:
24-
artifact: test-results # artifact name
25-
name: JUnit Tests # Name of the check run which will be created
24+
artifact: /test-results(.*)/ # artifact name pattern
25+
name: 'Test Report $1' # Name of the check run which will be created
2626
path: "**/*.xml" # Path to test results (inside artifact .zip)
2727
reporter: java-junit # Format of test results

0 commit comments

Comments
 (0)
Please sign in to comment.