Add reporter for all tests (#9395)

This commit is contained in:
Ricardo Katz 2022-12-11 21:33:19 -03:00 committed by GitHub
parent 2cb3ce5db6
commit 7e7d0e8699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

View file

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