Skip to content

Commit 9f32e48

Browse files
committed
Added level to phpstan analyze command, in e2e-tests.yml.
1 parent fa8b681 commit 9f32e48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,12 @@ jobs:
438438
../../bin/phpstan analyze
439439
- script: |
440440
cd e2e/vvv-with-debug
441-
OUTPUT=$(../../bin/phpstan analyze test.php -vvv --debug)
441+
OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug test.php)
442442
echo "$OUTPUT"
443443
../bashunit -a contains '# of spawned processes: 1' "$OUTPUT"
444444
- script: |
445445
cd e2e/vvv-with-debug
446-
OUTPUT=$(../../bin/phpstan analyze test.php -vvv --debug --configuration parallel.neon)
446+
OUTPUT=$(../../bin/phpstan analyze -l 0 -vvv --debug --configuration parallel.neon test.php)
447447
echo "$OUTPUT"
448448
../bashunit -a contains '# of spawned processes: 1' "$OUTPUT"
449449

0 commit comments

Comments
 (0)