mirror of
https://github.com/streamwall/streamwall.git
synced 2026-06-18 09:05:18 -04:00
adjust junit settings for gha
This commit is contained in:
@@ -35,5 +35,5 @@ jobs:
|
||||
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/junit*.xml # Path to test results
|
||||
path: junit*.xml # Path to test results
|
||||
reporter: jest-junit # Format of test results
|
||||
|
||||
Reference in New Issue
Block a user