Add reporter for all tests (#9395)
This commit is contained in:
parent
2cb3ce5db6
commit
7e7d0e8699
2 changed files with 15 additions and 5 deletions
4
.github/workflows/junit-reports.yaml
vendored
4
.github/workflows/junit-reports.yaml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: dorny/test-reporter@v1
|
||||
with:
|
||||
artifact: e2e-test-reports
|
||||
name: JEST Tests # Name of the check run which will be created
|
||||
artifact: /e2e-test-reports-(.*)/
|
||||
name: JEST Tests $1 # Name of the check run which will be created
|
||||
path: 'report*.xml' # Path to test results (inside artifact .zip)
|
||||
reporter: jest-junit # Format of test results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue