ci: add simple Agola config

This commit is contained in:
Peter 2022-08-03 21:33:51 +02:00
parent 070944e1e1
commit f8e9d85027
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

14
.agola/config.yml Normal file
View file

@ -0,0 +1,14 @@
version: v0
runs:
- name: Build
tasks:
- name: Test
runtime:
type: pod
containers:
- image: docker.io/golang:1.19-bullseye
steps:
- clone:
- run:
name: run all tests
command: go test ./...