Skip to content

Commit 982e583

Browse files
Apply suggestions from code review
Co-authored-by: danceratopz <[email protected]>
1 parent 3d7a0b0 commit 982e583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-benchmark-genesis/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ runs:
4040
- name: Start Hive in dev mode
4141
id: start-hive
4242
shell: bash
43+
env:
44+
HIVE_SIMULATOR: http://127.0.0.1:3000
4345
run: |
4446
cd hive
4547
./hive --dev \
4648
--client besu,go-ethereum,nethermind \
4749
--client-file ../.github/configs/hive/latest.yaml \
4850
--docker.output &
49-
5051
export HIVE_PID=$!
51-
export HIVE_SIMULATOR=http://127.0.0.1:3000
5252
5353
echo "Waiting for Hive to be ready, pid=$HIVE_PID"
5454
deadline=$((SECONDS + 600))

0 commit comments

Comments
 (0)