Changed GH action
This commit is contained in:
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: PHP Composer
|
name: PHPUnit Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -33,4 +33,4 @@ jobs:
|
|||||||
# Docs: https://getcomposer.org/doc/articles/scripts.md
|
# Docs: https://getcomposer.org/doc/articles/scripts.md
|
||||||
|
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
run: ./run_coverage.sh
|
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text
|
||||||
|
|||||||
Reference in New Issue
Block a user