Skip to content

Commit

Permalink
Curl healthcheck endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 6, 2024
1 parent d21c295 commit 78732aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
run: curl http://localhost:82/healthcheck/live/
shell: bash
- name: Wait for healthcheck
uses: cygnetdigital/wait_for_response@v2
uses: cygnetdigital/wait_for_response@v2.0.0
with:
url: http://localhost:${{ env.PORT }}/healthcheck/live/

0 comments on commit 78732aa

Please sign in to comment.