diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7515c7c..adfa765 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,6 +29,9 @@ jobs: uses: ./ with: command: false + retries: 2 + pause: 1 fail_command: | - echo "This command has failed" && echo "Failed command concatenated" + echo "This command has failed" \ + && echo "Failed command concatenated" continue-on-error: true