From f8a62a401bcc3a32067012fd88aa94d44e96c352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20France?= Date: Sat, 6 Jan 2024 21:40:23 +0100 Subject: [PATCH] remove can fail --- .github/workflows/phpstan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index fa5df7e72fb..61b1affcce7 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -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()