Add Jest Reporter action

This action does not run jest, it simply parses its output and displays annotations.
https://github.com/IgnusG/jest-report-action
This commit is contained in:
Jonathan 2020-06-12 15:18:57 +02:00 committed by IgnusG
parent 8a6d9299c8
commit 1c25da0251

View File

@ -241,6 +241,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action)
- [Run performance testing with artillery.io](https://github.com/kenju/github-actions-artillery)
- [Detect Flaky Tests with BuildPulse](https://github.com/Workshop64/buildpulse-action)
- [Display Inline Code Annotations for Jest Tests](https://github.com/IgnusG/jest-report-action)
#### Linting