Skip to content

Commit b791b52

Browse files
committed
fix: ci workflow for dual governance scratch deployment
1 parent d8f4ffd commit b791b52

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/tests-integration-scratch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383

8484
- name: Set env
8585
run: cp .env.example .env
86+
87+
- name: Set accounts.json file
88+
run: cp test.accounts.json.example accounts.json
8689

8790
- name: Run scratch deployment
8891
run: ./scripts/dao-deploy.sh

test.accounts.json.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"eth": {
3+
"local": ["ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"]
4+
},
5+
"description": "The key $.eth.local above contains the private key of the first account of default mnemonic 'test test ...'"
6+
}

0 commit comments

Comments
 (0)