added REST API and simple unit test - and compose starter, still WIP for integ test
This commit is contained in:
@@ -4,10 +4,10 @@ pipeline:
|
||||
commands:
|
||||
- go build
|
||||
|
||||
test:
|
||||
unit-test:
|
||||
image: ${IMAGE}
|
||||
commands:
|
||||
- go test
|
||||
- go test ./api
|
||||
|
||||
publish:
|
||||
image: plugins/docker
|
||||
|
||||
Reference in New Issue
Block a user