Skip to content

Commit

Permalink
Merge branch 'metacall:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect authored Jun 18, 2024
2 parents 0bd9f75 + 8f3280c commit 4d36d90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ echo "Building runtime mode with all languages."
export BUILDER_ARGS="dev node"
# ${DOCKER_CMD} up --exit-code-from ${DOCKER_SERVICE} ${DOCKER_SERVICE}
${DOCKER_CMD} up --exit-code-from ${DOCKER_SERVICE} ${DOCKER_SERVICE} registry
${DOCKER_CMD} up -d registry
while [ ! "$(docker inspect --format '{{json .State.Health.Status }}' metacall_builder_registry)" = "\"healthy\"" ]; do
sleep 1
done
docker run --rm -t localhost:5000/metacall/builder_output sh -c "metacallcli --help"
${DOCKER_CMD} down

0 comments on commit 4d36d90

Please sign in to comment.