newsreader/.woodpecker/test-workflow.yaml
Sonny Bakker 04aff8fb1d
Some checks failed
ci/woodpecker/push/test-workflow Pipeline failed
Add test workflow
2024-12-26 19:17:01 +01:00

16 lines
328 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
- chmod +x ./executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable