Skip to content

Commit e54cd83

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

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ jobs:
8282
run: forge --version
8383

8484
- name: Set env
85-
run: cp .env.example .env
85+
run: cp .env.example .env && echo "DG_DEPLOYER_ACCOUNT_NETWORK_NAME=local" >> .env
86+
87+
- name: Create 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)