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