7 lines
139 B
YAML
7 lines
139 B
YAML
steps:
|
|
test:
|
|
image: alpine:latest
|
|
commands:
|
|
- echo "Hello from Woodpecker CI"
|
|
- echo "Testing minimal configuration"
|