ci(package): wait for index to start
This commit is contained in:
parent
94ac5c42aa
commit
72f0f61448
|
@ -89,6 +89,9 @@ jobs:
|
||||||
echo Waiting for API to start..
|
echo Waiting for API to start..
|
||||||
docker run --network container:api appropriate/curl --retry 10 --retry-connrefused http://localhost:6969/runtimes
|
docker run --network container:api appropriate/curl --retry 10 --retry-connrefused http://localhost:6969/runtimes
|
||||||
|
|
||||||
|
echo Waiting for Index to start..
|
||||||
|
docker run --network container:api appropriate/curl --retry 10 --retry-connrefused http://piston_fs_repo:8000/index
|
||||||
|
|
||||||
echo Listing Packages
|
echo Listing Packages
|
||||||
docker run --network container:api appropriate/curl http://localhost:6969/packages
|
docker run --network container:api appropriate/curl http://localhost:6969/packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue