Remove go build step from integration ci step
This commit is contained in:
parent
6027caedbc
commit
dbc83efcd5
@ -101,7 +101,6 @@ steps:
|
||||
COMPOSE_DB_DSN: corteza:corteza-pwd@tcp(corteza-db:3306)/corteza?collation=utf8mb4_general_ci
|
||||
MESSAGING_DB_DSN: corteza:corteza-pwd@tcp(corteza-db:3306)/corteza?collation=utf8mb4_general_ci
|
||||
commands:
|
||||
- go build ./cmd/...
|
||||
- wait-for-it.sh -t 60 --strict corteza-db:3306 -- echo "corteza-db is up"
|
||||
- make test.coverprofile.all
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user