Skip to content

Commit e5999ae

Browse files
committed
fix: add NETWORK_NAME environment variable to prepare local stack environment step
1 parent c3bed0b commit e5999ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Prepare local stack env
4444
id: prepare
4545
run: npx tsx ./test-stack/prepare-test-env.ts
46+
env:
47+
NETWORK_NAME: "bellecour"
4648

4749
- name: Fetch genesis block number
4850
id: fetch_block

0 commit comments

Comments
 (0)