ci: add simple Agola config
This commit is contained in:
parent
070944e1e1
commit
f8e9d85027
1 changed files with 14 additions and 0 deletions
14
.agola/config.yml
Normal file
14
.agola/config.yml
Normal 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 ./...
|
Loading…
Reference in a new issue