Skip to content

Commit ad5f417

Browse files
committed
feat: add continue-on-error for PHPStan step
1 parent 4eb25b4 commit ad5f417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@ jobs:
111111
112112
- name: Run PHPStan
113113
working-directory: magento2
114+
continue-on-error: true
114115
run: |
115116
vendor/bin/phpstan analyse -c vendor/openforgeproject/mageforge/phpstan.neon vendor/openforgeproject/mageforge/src

0 commit comments

Comments
 (0)