Skip to content

Commit 0073777

Browse files
authored
Update test-reporter workflow (#433)
This can be updated and reactivated since #432
1 parent c842a29 commit 0073777

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
@@ -16,10 +16,10 @@ jobs:
1616
report:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: elastic/apm-pipeline-library/.github/actions/test-report@current
19+
- uses: elastic/oblt-actions/test-report@v1
2020
with:
21-
artifact: test-results # artifact name
22-
name: Test Summary # Name of the check run which will be created
21+
artifact: /test-results(.*)/ # artifact name pattern
22+
name: 'Test Report $1' # Name of the check run which will be created
2323
path: "junit-*.xml" # Path to test results (inside artifact .zip)
2424
reporter: java-junit # Format of test results
2525
list-suites: 'failed'

0 commit comments

Comments
 (0)