16 lines
159 B
YAML
16 lines
159 B
YAML
---
|
|
kind: pipeline
|
|
type: podman
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: golang
|
|
commands:
|
|
- go build
|
|
- go test
|
|
|
|
services:
|
|
- name: test
|
|
image: redis
|