fix junit report output path for gha reporter

This commit is contained in:
sayhiben
2024-05-18 23:39:29 -07:00
parent 6382171af8
commit 539a3bf201

View File

@@ -34,6 +34,6 @@ jobs:
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: JEST Tests # Name of the check run which will be created
path: reports/jest-*.xml # Path to test results
name: Jest Tests # Name of the check run which will be created
path: reports/junit*.xml # Path to test results
reporter: jest-junit # Format of test results