ci: enable jest GHA reporter

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2022-05-01 19:13:12 +02:00 committed by Philip Molares
parent c30228826d
commit 9b91f32bda
2 changed files with 4 additions and 2 deletions

View file

@ -18,5 +18,6 @@
"ts-jest": {
"tsconfig": "test/tsconfig.json"
}
}
},
"reporters": ["default", "github-actions"]
}

View file

@ -117,7 +117,8 @@
"ts-jest": {
"tsconfig": "test/tsconfig.json"
}
}
},
"reporters": ["default", "github-actions"]
},
"packageManager": "yarn@3.2.0"
}