Skip to content

Commit

Permalink
UPDATE e2e test to use lbrycrd v0.17.3.1
Browse files Browse the repository at this point in the history
UPDATE readme to have contributors run the e2e test
  • Loading branch information
tiger5226 committed Nov 2, 2019
1 parent 1822c16 commit 847aa29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 847aa29

Please sign in to comment.