diff options
Diffstat (limited to '.github/workflows/ci-build.yml')
-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 |