diff --git a/test/test.sh b/test/test.sh index e2d1962..3a47e91 100755 --- a/test/test.sh +++ b/test/test.sh @@ -31,6 +31,6 @@ echo "Building runtime mode with all languages." export BUILDER_ARGS="deps 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 +${DOCKER_CMD} up -d --wait registry docker run --rm -it localhost:5000/metacall/builder_output sh -c "echo 'hello'" ${DOCKER_CMD} down