learndrone/.woodpecker.yml
Pedro Pérez 21b270018f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
pipeline from woodpecker docs
2025-05-29 22:05:24 +02:00

15 lines
283 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable