CI: Wait until Poseidon is ready

This commit is contained in:
Sebastian Serth
2021-11-17 10:09:11 +01:00
parent 0e505a88a5
commit 16a74095fe

View File

@ -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