Allow phpstan analyse to fail
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
6ab275e12b
commit
aa0ca0a989
2
.github/workflows/lint-and-analyse-php.yml
vendored
2
.github/workflows/lint-and-analyse-php.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user