Skip to content

Commit

Permalink
Update test-reporter workflow (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Sep 11, 2024
1 parent f8ba59d commit 0962d14
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 @@ -17,9 +17,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
name: JUnit Tests
artifact: /test-results(.*)/
name: 'Test Report $1'
path: "**/*-python-agent-junit.xml"
reporter: java-junit

0 comments on commit 0962d14

Please sign in to comment.