mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57: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:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
path: __tests__/__results__/*.xml
|
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