grafana-backuper/.woodpecker/.test.yaml
Renovate Bot a5188c5288
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
chore(deps): update golang docker tag to v1.24.2
2025-04-03 17:11:24 +00:00

9 lines
124 B
YAML

steps:
- name: gotest
image: golang:1.24.2
commands:
- go test ./...
when:
- event: push
depends_on:
- lint