diff options
author | Valery Piashchynski <[email protected]> | 2020-04-08 17:14:10 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-04-08 17:14:10 +0300 |
commit | 24a461c050f62acaf5a18db770aeb330af9c92ab (patch) | |
tree | 655719ab72ef5913491a715390d06ce2452b158a /.github | |
parent | f24a11df068426628eaa885bc24f0abac1e5caf1 (diff) |
ci fix
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 3 |
1 files changed, 1 insertions, 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 |