Skip to content

Commit a15395d

Browse files
committed
refactor: rename test contract and update workflow steps; remove unused geth files
1 parent af89de5 commit a15395d

File tree

8 files changed

+2
-861
lines changed

8 files changed

+2
-861
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Resolve dependencies
2323
run: npm install
2424

25-
- name: Setup ganache-cli
25+
- name: Setup chain & Deploy contracts
2626
run: NO_GEN_CODE=1 ./script/setup.sh development
2727

2828
- name: Test

chains/docker-compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@ services:
2020
interval: 2s
2121
timeout: 1s
2222
retries: 30
23-
geth:
24-
build: ./geth
25-
ports:
26-
- 8545:8545
27-
- 8546:8546

chains/geth/Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)