mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Extend CI to test artifact mode
This commit is contained in:
parent
89f214d9f3
commit
323e750ca2
2 changed files with 42 additions and 2 deletions
19
.github/workflows/test-report.yml
vendored
Normal file
19
.github/workflows/test-report.yml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: Test Report
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ['CI']
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
report:
|
||||
name: Workflow test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./
|
||||
with:
|
||||
artifact: test-results
|
||||
name: Workflow Report
|
||||
path: '*.xml'
|
||||
reporter: jest-junit
|
||||
Loading…
Add table
Add a link
Reference in a new issue