Update unit test reporting task to limit Github API calls #12403
Labels
Feature Enhancement
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
P1
High priority issue, which must be completed in the milestone otherwise the release is at risk.
Description
Due to a bug in the ARC software (actions/actions-runner-controller#2118) and lack of a flag in the publish-unit-test-result-action third-party action, we were forced to fork the
EnricoMi/publish-unit-test-result-action
toactionite/publish-unit-test-result-action
in an effort to work around the ARC bug.We need to revert all occurrences of the
actionite/publish-unit-test-result-action
with the latest version of theEnricoMi/publish-unit-test-result-action
action.Updating to the latest version of the step should address the increase in secondary rate limit hits we have been observing lately.
The text was updated successfully, but these errors were encountered: