Changed GH action
This commit is contained in:
parent
a98ca9e33d
commit
7cc21b39c3
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