1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-03-03 15:22:25 +02:00
woodpecker/pipeline/schema/.woodpecker/test-workspace.yml
2023-06-07 12:04:37 +02:00

10 lines
138 B
YAML

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