Add test workflow
Some checks failed
ci/woodpecker/push/test-workflow Pipeline failed

This commit is contained in:
Sonny Bakker 2024-12-10 21:52:02 +01:00
parent a11d17fa52
commit 9333d88250

View file

@ -0,0 +1,15 @@
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