woodpecker/pipeline/schema/.woodpecker/test-workspace.yml
2023-06-07 12:04:37 +02:00

9 lines
138 B
YAML

workspace:
base: /go
path: src/github.com/octocat/hello-world
steps:
build:
image: golang:latest
commands:
- go test