mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-10 03:30:40 +00:00
align build stage testing with other plugins
This commit is contained in:
parent
cfb097f407
commit
047967e4da
@ -8,7 +8,8 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- go get -u github.com/golang/dep/cmd/dep
|
- go get -u github.com/golang/dep/cmd/dep
|
||||||
- dep ensure
|
- dep ensure
|
||||||
- go test ./...
|
- go vet ./...
|
||||||
|
- go test -cover ./...
|
||||||
- sh .drone.sh
|
- sh .drone.sh
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
Loading…
Reference in New Issue
Block a user