mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:54:03 +00:00
add --xdebug option to phpstan
This commit is contained in:
parent
e531f96c4b
commit
8b7862d8ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -119,4 +119,4 @@ jobs:
|
||||||
- name: Install composer dependencies
|
- name: Install composer dependencies
|
||||||
run: composer install
|
run: composer install
|
||||||
- name: Run phpstan
|
- name: Run phpstan
|
||||||
run: vendor/bin/phpstan analyse
|
run: vendor/bin/phpstan analyse --xdebug
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue