diff options
author | Valery Piashchynski <[email protected]> | 2020-04-08 17:19:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-04-08 17:19:24 +0300 |
commit | 1a43203c7f9c2a1b933315848dac0b8dde614d18 (patch) | |
tree | 3aec28710eb2c6a5b82ca5d163e23a98338113f2 | |
parent | 24a461c050f62acaf5a18db770aeb330af9c92ab (diff) |
remove get-binary
-rw-r--r-- | .github/workflows/ci-build.yml | 3 |
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 |