test-woodpecker/.woodpecker.yaml
2024-04-29 02:43:31 -07:00

9 lines
No EOL
171 B
YAML

steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- name: a-test-step
image: debian
commands:
- echo "Testing.."