Skip to content

Commit

Permalink
Update test-reporter.yml (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Sep 13, 2024
1 parent ea772ae commit 93ccc4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-reporter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
## Workflow to process the JUnit test results and add a report to the checks.
name: Test Report
name: test-reporter

on:
workflow_run:
Expand All @@ -16,9 +16,9 @@ jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: elastic/apm-pipeline-library/.github/actions/test-report@current
- uses: elastic/oblt-actions/test-report@v1
with:
artifact: test-results # artifact name
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
path: "**/*.xml" # Path to test results (inside artifact .zip)
reporter: java-junit # Format of test results

0 comments on commit 93ccc4a

Please sign in to comment.