Skip to content

Commit

Permalink
Add test-reporter workflow again (#2440)
Browse files Browse the repository at this point in the history
Followed up from #2438

This can be enabled again since we migrated to v4
  • Loading branch information
reakaleek committed Sep 12, 2024
1 parent db3c93d commit 005a38c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test-reporter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
workflow_run:
workflows:
- jan-junit-test
types:
- completed

permissions:
contents: read
actions: read
checks: write

jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: elastic/oblt-actions/test-report@v1
with:
artifact: /test-results(.*)/
name: 'Test Repot $1'
path: "**/*.xml"
reporter: java-junit

0 comments on commit 005a38c

Please sign in to comment.