summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-10-13 15:47:29 +0300
committerValery Piashchynski <[email protected]>2020-10-13 15:47:29 +0300
commitb5f429667131ef91498d67d08242b9f46cc23d6d (patch)
tree25b657f3756eedd6501c04e4e9e51f459fe6282b
parent48003a6cbf5cb0c5db31c4f1ba56275c0af87943 (diff)
Temporary turn off composer analyze
-rw-r--r--.github/workflows/ci-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index e0243bbb..61ab40de 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