Skip to content

Commit

Permalink
github-actions: support test-report with download/upload v4
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 4, 2024
1 parent 76169a8 commit b69c382
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ on:

permissions:
contents: read
actions: read
checks: write

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: test-report
artifact: /test-results(.*)/
name: 'Test Report $1'
path: "**/*ruby-agent-junit.xml"
reporter: java-junit

0 comments on commit b69c382

Please sign in to comment.