# .woodpecker.yml steps: build: image: alpine commands: - echo "This is the build step" a-test-step: image: alpine commands: - echo "Testing.."