1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-12 08:23:48 +02:00
woodpecker/pipeline/schema/.woodpecker/test-broken.yml
2023-07-31 05:47:23 +02:00

16 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