fukuops/.woodpecker/test.yaml
cătălin 9a398a1177
Some checks failed
ci/woodpecker/push/test Pipeline failed
checks / tflint (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
wip
2026-04-03 22:45:01 +02:00

16 lines
302 B
YAML

---
when:
- event: push
branch: feat/woodpecker-ci
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