mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-04 07:36:29 +00:00
13 lines
168 B
YAML
13 lines
168 B
YAML
steps:
|
|
build:
|
|
image: golang
|
|
commands:
|
|
- go build
|
|
- go test
|
|
|
|
services:
|
|
database:
|
|
image: mysql
|
|
cache:
|
|
image: redis
|
|
directory: /tmp/
|