This very simple action will take a command and a number of times to retry on failure.
The number of times to retry, defaults to 5
Required The command to run
uses: ghostsecurity/retry-action@v1
with:
retry-count: 5
command: |
make test-integration