mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
CI: use wildcard path to jest results
This commit is contained in:
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user