woodpecker/pipeline/schema/.woodpecker/test-broken.yml
2023-07-31 05:47:23 +02:00

15 lines
185 B
YAML

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