--- kind: pipeline type: podman name: linux steps: - name: test image: golang commands: - go build - go test services: - name: database image: redis volumes: - temp: {}