kubeprobes/.woodpecker/.test.yml
Piotr Icikowski 0db0e614d6
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci(init): add initial CI configuration
2023-11-04 20:36:45 +01:00

12 lines
218 B
YAML

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