woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-service.yml
2023-12-28 14:34:13 +01:00

12 lines
147 B
YAML

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