diff --git a/woodpecker/test.yml b/woodpecker/test.yml new file mode 100644 index 0000000..8263f7a --- /dev/null +++ b/woodpecker/test.yml @@ -0,0 +1,9 @@ +steps: + build: + image: debian + commands: + - echo "This is the build step" + a-test-step: + image: debian + commands: + - echo "Testing.."