Files
cicd/.drone.yml
2025-07-31 08:39:02 +00:00

11 lines
155 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine
commands:
- echo "Running tests"
- echo "Tests passed!"