Hello,
We are exploring the implementation of automatic reruns within our workflow. Based on the current documentation, it appears that automatic reruns are configured at the step level, meaning the entire step is rerun when enabled.
https://circleci.com/docs/guides/orchestrate/automatic-reruns/
Our goal, however, is to automatically rerun failed tests only, rather than rerunning the full step. Could you confirm whether CircleCI supports this, or if there is a recommended approach or workaround for rerunning only failed tests automatically?
Thank you!