Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
watch

GitHub Action

Wait For OpenMRS

v0.2.3

Wait For OpenMRS

watch

Wait For OpenMRS

Wait for OpenMRS to be fully up

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Wait For OpenMRS

uses: I-TECH-UW/wait-for-openmrs-action@v0.2.3

Learn more about this action in I-TECH-UW/wait-for-openmrs-action

Choose a version

Wait-for-isanteplus Github Action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

target-url

Required

interval

Required

timeout

Required

Example usage

uses: actions/action-wait-for-isanteplus@v1 with: target-url: http://localhost:8080/openmrs timeout: 1000 interval: 10