mmk2410
/
my-todo-list
Archived
1
0
Fork 0
This repository has been archived on 2021-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
my-todo-list/.woodpecker.yml

8 lines
151 B
YAML
Raw Permalink Normal View History

2021-10-22 19:22:19 +02:00
pipeline:
test:
image: php:7.4-cli
pull: true
commands:
- bash ci/docker_install.sh > /dev/null
- php composer.phar run test