PHPMailer-Wrapper/.drone.yml

18 lines
356 B
YAML
Raw Normal View History

2022-12-28 09:00:23 +00:00
kind: pipeline
type: docker
name: test
steps:
- name: composer
2022-12-28 09:03:00 +00:00
image: registry.i15.nl/i15/fuzephp:8.1-alpine
2022-12-28 09:00:23 +00:00
commands:
- composer install
- name: test
image: registry.i15.nl/i15/fuzephp:8.1-alpine
commands:
- docker-php-ext-enable xdebug
- vendor/bin/phpunit -c test/phpunit.xml
image_pull_secrets:
- dockerconfig