diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml new file mode 100644 index 0000000..e715698 --- /dev/null +++ b/.woodpecker/test.yml @@ -0,0 +1,10 @@ +when: + - event: push + branch: woodpecker + +steps: + - name: build + image: wordpressdevelop/phpunit + commands: + - echo "This is the build step" + - echo "binary-data-123" > executable