diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..d510dc7 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +pipeline: + test: + image: php:7.4-cli + pull: true + commands: + - bash ci/docker_install.sh > /dev/null + - php composer.phar run test