diff --git a/.drone.yml b/.drone.yml index a4fb812d..33ca7d42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -92,6 +92,8 @@ steps: - name: test-postgres-schema pull: default image: golang:1.12 + depends_on: + - test-postgres environment: GO111MODULE: "on" GOPROXY: "https://goproxy.cn"