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

15 lines
187 B
YAML

branches: master
matri:
GO_VERSION:
- 1.14
- 1.13
steps:
test:
image: golang:${GO_VERSION}
commands:
- echo "test ${DATABAS}"
build:
commands: go build