site/.woodpecker.yaml
Aeddis Desauw 94835546b5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
hello world ci on main
2024-12-13 21:45:38 +01:00

13 lines
255 B
YAML

nch: 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