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

master
Louis DUFOUR 1 year ago
parent a6d2d2cd66
commit 476e77c4d5

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

Loading…
Cancel
Save