From 847aa2988d2e191120c4c26fbb41e4f3a6c81c6f Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Sat, 2 Nov 2019 11:19:34 -0400 Subject: [PATCH] UPDATE e2e test to use lbrycrd v0.17.3.1 UPDATE readme to have contributors run the e2e test --- README.md | 2 ++ e2e/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a59ed..5f11f41 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ regularly to indicate new official, stable release versions. Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run with: `go test ./...` from the source directory which should be `$GOPATH/github.com/lbryio/chainquery`. + + All contributions should run the e2e test via `./e2e/ee2e.sh`. This requires Docker to be installed. ## Updating the generated models diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 0fa6e29..3dc9d3b 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -5,7 +5,7 @@ services: ## Lbrycrd ## ############# lbrycrd: - image: lbry/lbrycrd:v0.17.2.1 + image: lbry/lbrycrd:v0.17.3.1 restart: "no" ports: - "11336:29246"