CI: use wildcard path to jest results

This commit is contained in:
Michal Dorner 2021-01-16 22:54:48 +01:00
parent 179151a363
commit 97dfc915c5
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786

View file

@ -24,5 +24,5 @@ jobs:
uses: ./ uses: ./
with: with:
name: 'JEST Tests' name: 'JEST Tests'
path: '__tests__/__results__/jest-junit.xml' path: '__tests__/__results__/*.xml'
reporter: 'jest-junit' reporter: 'jest-junit'