Skip to content

Commit 3a14f6b

Browse files
authored
Merge pull request msyk#89 from matsuo/phpstan
Modify generating the baseline for PHPStan
2 parents 50c1e4a + 7ed4d4c commit 3a14f6b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/phpstan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ jobs:
5757
5858
- name: Generate the baseline for PHPStan
5959
if: matrix.level == matrix.max-level && github.event.pull_request.merged == true
60+
continue-on-error: true
6061
run: |
61-
./vendor/bin/phpstan analyse --memory-limit 1G -c test/phpstan.neon --generate-baseline test/phpstan-baseline.neon src test -l "${{ matrix.level }}"
62+
./vendor/bin/phpstan analyse --memory-limit 1G -c test/phpstan.neon --generate-baseline test/phpstan-baseline.neon src test -vvv -l "${{ matrix.level }}"
63+
exit 0
6264
6365
- name: Save the baseline for PHPStan
6466
id: cache-baseline-save

0 commit comments

Comments
 (0)