Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent 9c699ba commit ae650c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ runs:
curl -i http://localhost:${{ env.PORT }}/healthcheck/live/
shell: bash

- name: Curl
run: for c in {1..30}; do sleep 1 && curl -s http://localhost:${{ env.PORT }}/healthcheck/live/ | grep -o "ok" && break; done
shell: bash

- name: Wait for healthcheck
uses: emilioschepis/[email protected]
with:
url: http://localhost:${{ env.PORT }}/healthcheck/live/


- name: Wait for healthcheck
Expand Down

0 comments on commit ae650c1

Please sign in to comment.