We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899a1a4 commit 5cd77ffCopy full SHA for 5cd77ff
.github/workflows/test-reporter.yml
@@ -19,9 +19,9 @@ jobs:
19
report:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: elastic/apm-pipeline-library/.github/actions/test-report@current
+ - uses: elastic/oblt-actions/test-report@v1
23
with:
24
- artifact: test-results # artifact name
25
- name: JUnit Tests # Name of the check run which will be created
+ artifact: /test-results(.*)/ # artifact name pattern
+ name: 'Test Report $1' # Name of the check run which will be created
26
path: "**/*.xml" # Path to test results (inside artifact .zip)
27
reporter: java-junit # Format of test results
0 commit comments