summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-11 22:42:46 +0300
committerValery Piashchynski <[email protected]>2020-02-11 22:42:46 +0300
commited2df68318f0e2e82c95bc54699c5a9610f906f3 (patch)
tree520aad00a725188b2fc0c1763d9ae14a211d4d02
parent6245e18258eccc0fe53725492303669005eae64a (diff)
Temporary turn off php get-binary due to instability
-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 cf63195c..578de0c0 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -62,8 +62,8 @@ jobs:
- name: Install Go dependencies
run: go mod download
- - name: Download binary roadrunner
- run: php ./bin/rr get-binary
+# - name: Download binary roadrunner
+# run: php ./bin/rr get-binary
- name: Run golang tests
run: |