Skip to content

Commit 91ea999

Browse files
committed
Add --debug option when running PHPStan on CI
1 parent 3a14f6b commit 91ea999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: matrix.level == matrix.max-level && github.event.pull_request.merged == true
6060
continue-on-error: true
6161
run: |
62-
./vendor/bin/phpstan analyse --memory-limit 1G -c test/phpstan.neon --generate-baseline test/phpstan-baseline.neon src test -vvv -l "${{ matrix.level }}"
62+
./vendor/bin/phpstan analyse --memory-limit 1G -c test/phpstan.neon --generate-baseline test/phpstan-baseline.neon src test -vvv --debug -l "${{ matrix.level }}"
6363
exit 0
6464
6565
- name: Save the baseline for PHPStan

0 commit comments

Comments
 (0)