Skip to content
watch

GitHub Action

Wait For iSantePlus

v0.1.0 Latest version

Wait For iSantePlus

watch

Wait For iSantePlus

Wait for iSantePlus to be fully up

Installation

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

              

- name: Wait For iSantePlus

uses: IsantePlus/[email protected]

Learn more about this action in IsantePlus/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