nurse/.agola/config.yml

19 lines
489 B
YAML
Raw Normal View History

2022-08-03 19:33:51 +00:00
version: v0
runs:
- name: Build
tasks:
- name: Test
runtime:
type: pod
containers:
- image: docker.io/golang:1.19-bullseye
environment:
DOCKER_HOST: tcp://127.0.0.1:2375
- image: europe-north1-docker.pkg.dev/b4dc0-355617/ci-images/dind:20.10
privileged: true
2022-08-03 19:33:51 +00:00
steps:
- clone:
- run:
name: run all tests
command: go test ./...