newsreader/.woodpecker/test-workflow.yaml
Sonny Bakker 9333d88250
Some checks failed
ci/woodpecker/push/test-workflow Pipeline failed
Add test workflow
2024-12-10 21:53:48 +01:00

15 lines
298 B
YAML

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