From 6465e3c46cb775f04cbb15f5c3d9dc7343bca832 Mon Sep 17 00:00:00 2001 From: Valentin V / vvval Date: Tue, 5 May 2020 16:51:54 +0300 Subject: #318 temporary remove phpstan analyzer --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci-build.yml') diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c85aa6c9..57edc624 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -57,8 +57,8 @@ jobs: - name: Install Composer dependencies run: composer install --prefer-dist --no-interaction --no-suggest # --prefer-source - - name: Analyze PHP sources - run: composer analyze +# - name: Analyze PHP sources +# run: composer analyze - name: Install Go dependencies run: go mod download -- cgit v1.2.3