user-microservice/.woodpecker/my-first-workflow.yaml
Marcin-Ramotowski c2df9d136e
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed
Test first Woodpecker workflow
2025-05-25 16:19:25 +00:00

16 lines
290 B
YAML

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