cuddle-go-plan/.drone.yml
kjuulh 3ab2bb4c1f
Some checks reported errors
continuous-integration/drone Build encountered an error
Add .drone.yml
2022-10-26 11:25:53 +02:00

10 lines
119 B
YAML
Executable File

kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: bash
commands:
- echo 'Run tests'