learndrone/.woodpecker.yml
Pedro Pérez 3232cd985c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
another try
2025-05-29 22:08:06 +02:00

15 lines
287 B
YAML

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