1
0
Fork 0
This repository has been archived on 2021-10-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
my-todo-list/.woodpecker.yml
Marcel Kapfer 6885d2160a
All checks were successful
continuous-integration/woodpecker the build was successful
Add woodpecker.yml
2021-10-22 19:22:19 +02:00

7 lines
151 B
YAML

pipeline:
test:
image: php:7.4-cli
pull: true
commands:
- bash ci/docker_install.sh > /dev/null
- php composer.phar run test