kubeprobes/.woodpecker/.test.yml
Renovate Bot 0ad514865c
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
build(deps): update golang docker tag to v1.23
2024-08-20 22:45:44 +02:00

11 lines
202 B
YAML

when:
- event: [push, pull_request]
branch: devel
evaluate: 'not (CI_COMMIT_MESSAGE startsWith "release")'
steps:
test:
image: golang:1.23-alpine
commands:
- go test -v ./...