Skip to content

Commit

Permalink
Update test-reporter workflow (#1231)
Browse files Browse the repository at this point in the history
* Update test-reporter workflow

* Remove dash from regex

* Fix typo
  • Loading branch information
reakaleek committed Sep 12, 2024
1 parent 18ad84b commit 03eed4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,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: test-report # 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
path: "**/*.xml" # Path to test results (inside artifact .zip)
reporter: java-junit # Format of test results

0 comments on commit 03eed4d

Please sign in to comment.