We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50c1e4a + 7ed4d4c commit 3a14f6bCopy full SHA for 3a14f6b
1 file changed
.github/workflows/phpstan.yml
@@ -57,8 +57,10 @@ jobs:
57
58
- name: Generate the baseline for PHPStan
59
if: matrix.level == matrix.max-level && github.event.pull_request.merged == true
60
+ continue-on-error: true
61
run: |
- ./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
64
65
- name: Save the baseline for PHPStan
66
id: cache-baseline-save
0 commit comments