mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
CI: use wildcard path to jest results
This commit is contained in:
parent
179151a363
commit
97dfc915c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue