0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 11:12:15 +02:00

what is an m or a d between friends?

This commit is contained in:
David Goodwin 2021-06-11 22:02:21 +01:00
parent d3851a840d
commit b48ab571a3

View File

@ -63,7 +63,7 @@ jobs:
run: composer install --prefer-dist -n
- name: build coveralls coverage
run: php -m xdebug.mode=coverage vendor/bin/phpunit tests
run: php -d xdebug.mode=coverage vendor/bin/phpunit tests
- name: Coveralls
run: vendor/bin/php-coveralls || true