Files
woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-service.yaml
2026-02-12 12:09:57 +01:00

23 lines
323 B
YAML

steps:
build:
image: golang
commands:
- go build
- go test
services:
database:
image: mysql
ports:
- 3306
environment:
MYSQL_DATABASE: test
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
cache:
image: redis
failure: ignore
directory: /tmp/
ports:
- '6379'