type: docker kind: pipeline name: unit steps: - name: test image: golang commands: - go test - go build