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