generated from adoralaura/template-exporter
10 lines
133 B
YAML
10 lines
133 B
YAML
|
when:
|
||
|
- event: push
|
||
|
|
||
|
steps:
|
||
|
test:
|
||
|
image: golang:1.22-bullseye
|
||
|
commands:
|
||
|
- go mod download
|
||
|
- go test -v ./...
|