From 24a461c050f62acaf5a18db770aeb330af9c92ab Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 8 Apr 2020 17:14:10 +0300 Subject: ci fix --- .github/workflows/ci-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7bf9c77e..f5f096d9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -64,11 +64,10 @@ jobs: run: go mod download - name: Download binary roadrunner - run: php ./bin/rr get-binary + run: composer install && php ./bin/rr get-binary - name: Run golang tests run: | - go mod vendor composer update go test -race -v -coverprofile=lib.txt -covermode=atomic go test ./util -race -v -coverprofile=util.txt -covermode=atomic -- cgit v1.2.3