All checks were successful
continuous-integration/woodpecker the build was successful
7 lines
151 B
YAML
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
|