Skip to content

Commit

Permalink
Add GitHub Actions reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent a454735 commit f56b2a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ module.exports = {
filename: join(__dirname, 'coverage/nunit3.xml'),
jestResultFilename: join(__dirname, 'coverage/jest.json')
}
],
[
'github-actions',
{
silent: false
}
]
],
setupFilesAfterEnv: [
Expand Down

0 comments on commit f56b2a5

Please sign in to comment.