Simple Shell Retry Action
ActionsThis very simple action will take a command and a number of times to retry on failure.
The action makes use of the function from this gist of a Bash retry function.
The number of times to retry, defaults to 5
Required The command to run
uses: owenrumney/retry-action@v1
with:
retry-count: 5
command: |
make test-integration
Simple Shell Retry Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.