mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 04:05:22 -08:00
Extend CI to test artifact mode
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user