From 7cc21b39c306623127b57de91fad596fe867cd1a Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Mon, 14 Jun 2021 23:57:45 +0200 Subject: [PATCH] Changed GH action --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 05a483d..37740ad 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -1,4 +1,4 @@ -name: PHP Composer +name: PHPUnit Tests on: push: @@ -33,4 +33,4 @@ jobs: # Docs: https://getcomposer.org/doc/articles/scripts.md - name: Run test suite - run: ./run_coverage.sh + run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text