Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Louis DUFOUR 1 year ago
parent 476e77c4d5
commit 48acaa7535

@ -8,12 +8,12 @@ trigger:
steps:
- name: Setup
image: php:latest
image: jitesoft/phpunit:latest
commands:
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- name: test
image: php:latest
image: jitesoft/phpunit:latest
commands:
- vendor/bin/phpunit --filter "/(WS_UtilTest)( .*)?$/" ./common/Tests/WS_UtilTest.php

Loading…
Cancel
Save