woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-service.yaml
qwerty287 f56f9cb1c0
Cleanups + prefer .yaml (#3069)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2024-01-11 18:43:54 +01:00

12 lines
147 B
YAML

steps:
build:
image: golang
commands:
- go build
- go test
services:
database:
image: mysql
cache:
image: redis