Skip to content

Commit

Permalink
ci(github): add jest reporter for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Jan 17, 2021
1 parent 32e3e1e commit d78452d
Show file tree
Hide file tree
Showing 3 changed files with 1,179 additions and 2,682 deletions.
5 changes: 3 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
watchPathIgnorePatterns: [
".*test-results.*\\.js"
],
reporters: ["default", "jest-stare"],
testResultsProcessor: "./node_modules/jest-stare"
reporters: ["default", "jest-stare", "jest-github-actions-reporter"],
testResultsProcessor: "./node_modules/jest-stare",
"testLocationInResults": true
};
Loading

0 comments on commit d78452d

Please sign in to comment.