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

13 lines
147 B
YAML

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