Skip to content

Commit

Permalink
TEMPORARY: use gene's ganache snapshot for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA committed Apr 11, 2020
1 parent e150eec commit 7c448d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
- image: circleci/node:8.12.0-browsers
- image: circleci/postgres:9.6.5-alpine-ram
- image: 0xorg/ganache-cli:6.0.0
environment:
SNAPSHOT_NAME: 0x_ganache_snapshot_gene
VERSION: 6.2.4
- image: 0xorg/mesh:9.0.1
environment:
ETHEREUM_RPC_URL: http://0.0.0.0:8545
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
image: "0xorg/ganache-cli:6.0.0"
ports:
- "8545:8545"
environment:
SNAPSHOT_NAME: 0x_ganache_snapshot_gene
VERSION: 6.2.4
postgres:
image: postgres:9.6
environment:
Expand Down

0 comments on commit 7c448d3

Please sign in to comment.