This action makes HEAD requests to a given URL until the required response code is retrieved or the timeout is met. Initially created to allow test containers to startup before executing tests against them.
The URL to poll. Default "http://localhost/"
Response code to wait for. Default "200"
Timeout before giving up in milliseconds. Default "30000"
Interval between polling in ms. Default "200"
default: 200
uses: nev7n/wait_for_response@v1
with:
url: 'http://localhost:8081/'
responseCode: 200
timeout: 2000
interval: 500
Wait For Response 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.