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 c842a29 commit 0073777Copy full SHA for 0073777
.github/workflows/test-reporter.yml
@@ -16,10 +16,10 @@ jobs:
16
report:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: elastic/apm-pipeline-library/.github/actions/test-report@current
+ - uses: elastic/oblt-actions/test-report@v1
20
with:
21
- artifact: test-results # artifact name
22
- name: Test Summary # 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
23
path: "junit-*.xml" # Path to test results (inside artifact .zip)
24
reporter: java-junit # Format of test results
25
list-suites: 'failed'
0 commit comments