Closed depombo closed 1 year ago
For automatic retries of the test suite, if we want to run the job twice (at max) we can:
continue-on-error
: https://stackoverflow.com/a/73706452/2594912steps.<id>.outcome != 'success'
), run the second one. If it fails, the job will fail as well, but if it succeeded the workflow will succeed.
maybe something like this could help https://github.com/marketplace/actions/retry-step