From e5954b7b09c61f82174fd7b04693984473ff118d Mon Sep 17 00:00:00 2001 From: Jonathan Vollebregt Date: Mon, 26 Aug 2024 13:36:57 +0200 Subject: [PATCH] Stub out static analysis check again Psalm doesn't have the new Dom yet --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f27ce876d..a97a3b4b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,6 +75,7 @@ jobs: - run: composer install if: steps.vendor-caches.outputs.cache-hit != 'true' - run: composer analyze + continue-on-error: true test-basic: name: 'Basic test ${{ matrix.php-coverage }}' runs-on: ubuntu-latest