Allow phpstan analyse to fail

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2022-12-13 20:47:24 +01:00
parent 6ab275e12b
commit aa0ca0a989
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -117,4 +117,6 @@ jobs:
run: composer phpstan -- --memory-limit 2G
- name: Analyse files with Psalm
# Allow the previous check to fail but not abort
if: always()
run: composer psalm -- --shepherd