Test first Woodpecker workflow
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
Marcin-Ramotowski
2025-05-25 16:19:25 +00:00
parent 76a351710f
commit c2df9d136e

View File

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