From 16a74095fe2056ee928aefa78bc0c0221d892f1b Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 17 Nov 2021 10:09:11 +0100 Subject: [PATCH] CI: Wait until Poseidon is ready --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0200bba..00a97fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,4 +149,5 @@ jobs: until curl -s --fail http://localhost:4646/v1/agent/health ; do sleep 1; done chmod +x ./poseidon ./poseidon & + until curl -s --fail http://localhost:7200/api/v1/health ; do sleep 1; done make e2e-test