Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Run pytest with -vv to help debug problems
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jun 16, 2021
1 parent 1da8ace commit d69e9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d69e9b8

Please sign in to comment.