From 92aaa2f44c320e74b63c208d079036452c4c3626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 20 Sep 2024 21:50:15 +0200 Subject: [PATCH] test --- .woodpecker/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .woodpecker/test.yml 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