From 6a6a16f8161ec954fbcdb1c606123dc868d618ec Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 7 Nov 2024 12:05:06 +0000 Subject: [PATCH] Debug --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 1ddc768..598d068 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -45,7 +45,7 @@ runs: # shell: bash - name: Curl - run: for c in {1..30}; do sleep 1 && curl -s -w '%{http_code}' -o /dev/null http://localhost:83/healthcheck/live/ | grep -o "200" && break; done + run: for c in {1..30}; do sleep 1 && curl -s -w '%{http_code}' -o /dev/null http://localhost:${{ env.PORT }}/healthcheck/live/ | grep -o "200" && break; done shell: bash # - name: Wait for healthcheck