mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
remove can fail
This commit is contained in:
parent
6632ed3745
commit
f8a62a401b
2
.github/workflows/phpstan.yml
vendored
2
.github/workflows/phpstan.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
run: cd ./tmp && ls -al
|
||||
- name: Run PHPSTAN
|
||||
run: phpstan -vvv analyse --error-format=checkstyle --memory-limit 4G -c phpstan_action.neon | cs2pr --graceful-warnings
|
||||
continue-on-error: true
|
||||
# continue-on-error: true
|
||||
- name: "Save phpstan cache"
|
||||
uses: actions/cache/save@v3
|
||||
if: always()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user