mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Update ci.yml
This commit is contained in:
parent
0da52892f7
commit
a800396713
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -27,3 +27,11 @@ jobs:
|
|||
with:
|
||||
name: test-results
|
||||
path: __tests__/__results__/*.xml
|
||||
|
||||
- name: Workflow Test
|
||||
uses: ./
|
||||
with:
|
||||
name: Workflow Report
|
||||
path: '*.xml'
|
||||
reporter: jest-junit
|
||||
show-html-notice: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue