Pin pytests to ganache snapshot 6.0.0 (#2535)
This commit is contained in:
parent
2086bfff25
commit
16dc8255e1
@ -194,6 +194,8 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: nikolaik/python-nodejs:python3.7-nodejs8
|
- image: nikolaik/python-nodejs:python3.7-nodejs8
|
||||||
- image: 0xorg/ganache-cli:6.0.0
|
- image: 0xorg/ganache-cli:6.0.0
|
||||||
|
environment:
|
||||||
|
VERSION: '6.0.0'
|
||||||
- image: 0xorg/mesh:0xV3
|
- image: 0xorg/mesh:0xV3
|
||||||
environment:
|
environment:
|
||||||
ETHEREUM_RPC_URL: 'http://localhost:8545'
|
ETHEREUM_RPC_URL: 'http://localhost:8545'
|
||||||
|
@ -5,6 +5,8 @@ services:
|
|||||||
image: "0xorg/ganache-cli:6.0.0"
|
image: "0xorg/ganache-cli:6.0.0"
|
||||||
ports:
|
ports:
|
||||||
- "8545:8545"
|
- "8545:8545"
|
||||||
|
environment:
|
||||||
|
- VERSION=6.0.0
|
||||||
mesh:
|
mesh:
|
||||||
image: 0xorg/mesh:0xV3
|
image: 0xorg/mesh:0xV3
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user