Retry a test run
In this guide, we'll show you how to retry a Meticulous test run if there are failures. It should hopefully be very rare that you need to do this. The Meticulous team will have already been alerted and be investigating the root cause.
To re-run the workflow, you can always push up another commit:
git commit --allow-empty -m "Retry Meticulous" && git push
However sometimes it's faster to just re-run the workflow directly in your CI system. Those instructions depend on your CI provider: