diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 8ac1cc2a..61f68c76 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -53,7 +53,7 @@ jobs: - name: PHP CodeStyle run: | mkdir -p build/logs - vendor/bin/phpcs src tests --extensions=php --ignore=bootstrap --report=checkstyle --report-file=build/logs/checkstyle.xml --standard=build/config/phpcs.xml + vendor/bin/phpcs src tests --extensions=php --ignore=bootstrap --report=checkstyle --report-file=build/logs/checkstyle.xml --standard=build/config/phpcs.xml -v vendor/bin/phpmd src,tests xml build/config/phpmd.xml - name: Run PHPUnit