summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-04-08 17:19:24 +0300
committerValery Piashchynski <[email protected]>2020-04-08 17:19:24 +0300
commit1a43203c7f9c2a1b933315848dac0b8dde614d18 (patch)
tree3aec28710eb2c6a5b82ca5d163e23a98338113f2 /.github/workflows/ci-build.yml
parent24a461c050f62acaf5a18db770aeb330af9c92ab (diff)
remove get-binary
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r--.github/workflows/ci-build.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index f5f096d9..f62220d1 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -63,9 +63,6 @@ jobs:
- name: Install Go dependencies
run: go mod download
- - name: Download binary roadrunner
- run: composer install && php ./bin/rr get-binary
-
- name: Run golang tests
run: |
composer update