Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 7c448d3

Browse files
committed
TEMPORARY: use gene's ganache snapshot for tests
1 parent e150eec commit 7c448d3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
- image: circleci/node:8.12.0-browsers
1010
- image: circleci/postgres:9.6.5-alpine-ram
1111
- image: 0xorg/ganache-cli:6.0.0
12+
environment:
13+
SNAPSHOT_NAME: 0x_ganache_snapshot_gene
14+
VERSION: 6.2.4
1215
- image: 0xorg/mesh:9.0.1
1316
environment:
1417
ETHEREUM_RPC_URL: http://0.0.0.0:8545

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ services:
44
image: "0xorg/ganache-cli:6.0.0"
55
ports:
66
- "8545:8545"
7+
environment:
8+
SNAPSHOT_NAME: 0x_ganache_snapshot_gene
9+
VERSION: 6.2.4
710
postgres:
811
image: postgres:9.6
912
environment:

0 commit comments

Comments
 (0)