remove can fail

This commit is contained in:
Frédéric France 2024-01-06 21:40:23 +01:00
parent 6632ed3745
commit f8a62a401b

View File

@ -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()