12 lines
114 B
YAML
12 lines
114 B
YAML
type: docker
|
|
kind: pipeline
|
|
name: unit
|
|
|
|
|
|
steps:
|
|
- name: test
|
|
image: golang
|
|
commands:
|
|
- go test
|
|
- go build
|