Update ci.yml

This commit is contained in:
Connor Vidlock 2023-03-20 10:11:39 -05:00
parent 0da52892f7
commit a800396713
No known key found for this signature in database
GPG key ID: BADEF4A267C14600

View file

@ -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