From 773191bdd292f86457c639c84a145afcc20c54ec Mon Sep 17 00:00:00 2001 From: Brady Clifford <8923247+bradyclifford@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:15:26 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a8c61d1..b1b76e5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Deprecated :warning: + +This action is superseded by https://github.com/im-open/publish-unit-test-result-action. + # process-jest-test-results This action works in conjunction with another step that runs `jest test --json --outputFile=jest-results.json` and it parses the results from the outputted file. This action will take the parsed results and create a Status Check or PR Comment depending on the flags set.