File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ for version in $versions; do
4646 case $ACTION in
4747 build)
4848 DOCKER_BUILDKIT=1 docker build \
49+ --progress=plain \
4950 --cache-from=" ${full_image_name} " \
5051 -f " ${project_root} /tests/Dockerfile" \
5152 --build-arg PYTHON_IMAGE=" ${version/ -/: } " \
Original file line number Diff line number Diff line change 4040 fi
4141fi
4242
43- echo " Running tests for ${1} / ${2 }"
43+ echo " Running tests for ${TEST } "
4444
4545if [[ -n $DOCKER_DEPS ]]
4646then
47- PYTHON_VERSION=${1} REGISTRY=${REGISTRY} IMAGE_NAME=${IMAGE_NAME} docker compose up -d ${DOCKER_DEPS}
47+ PYTHON_VERSION=${1} REGISTRY=${REGISTRY} IMAGE_NAME=${IMAGE_NAME} docker compose up --quiet-pull - d ${DOCKER_DEPS}
4848fi
4949
5050# CASS_DRIVER_NO_EXTENSIONS is set so we don't build the Cassandra C-extensions,
You can’t perform that action at this time.
0 commit comments