Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

vouched/action-wait-for-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

action-wait-for-it

Github action to wait for a service to listen on a particular port

Inputs

host

Required The hostname of the service to test.

port

Required The port of the service to test.

timeout

Required How long to wait in seconds for the host:port to respond. Zero for no timeout

Outputs

status code

Example usage

uses: vouched/action-wait-for-it with: host: localhost port: 8000 timeout: 60

About

Github action to wait for a service to listen on a particular port

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors