From d69e9b849fef5f22ae9422d050eed73f672ef31e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 16 Jun 2021 14:14:30 -0700 Subject: [PATCH] Run pytest with -vv to help debug problems --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 37b4b1e..f51ad59 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -113,7 +113,7 @@ steps: - "DATABASE_URL=postgres://postgres:postgres@vaccinate-db:5432/vaccinate" - "${_IMAGE_NAME}:latest" - "pytest" - - "-v" + - "-vv" - id: "stop postgres" name: "gcr.io/cloud-builders/docker"