mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
ci(package): wait for index to start
This commit is contained in:
parent
94ac5c42aa
commit
72f0f61448
1 changed files with 3 additions and 0 deletions
3
.github/workflows/package-pr.yaml
vendored
3
.github/workflows/package-pr.yaml
vendored
|
@ -89,6 +89,9 @@ jobs:
|
|||
echo Waiting for API to start..
|
||||
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
|
||||
docker run --network container:api appropriate/curl http://localhost:6969/packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue