This action waits for both the FHIR and REST endpoints of an OpenMRS instance to be available.
Where OpenMRS is running, (e.g.) http://isanteplus:8080/openmrs
Required
The interval between checking OpenMRS status, in seconds.
Required
The amount of time to try to connect before timing out, in seconds. Required
uses: I-TECH-UW/[email protected]
with:
target-url: http://localhost:8080/openmrs
timeout: 1000
interval: 10
docker run ghcr.io/i-tech-uw/wait-for-openmrs-action:latest http://openmrs:8080/openmrs 10 10000