We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7a0b0 commit 982e583Copy full SHA for 982e583
.github/actions/build-benchmark-genesis/action.yaml
@@ -40,15 +40,15 @@ runs:
40
- name: Start Hive in dev mode
41
id: start-hive
42
shell: bash
43
+ env:
44
+ HIVE_SIMULATOR: http://127.0.0.1:3000
45
run: |
46
cd hive
47
./hive --dev \
48
--client besu,go-ethereum,nethermind \
49
--client-file ../.github/configs/hive/latest.yaml \
50
--docker.output &
-
51
export HIVE_PID=$!
- export HIVE_SIMULATOR=http://127.0.0.1:3000
52
53
echo "Waiting for Hive to be ready, pid=$HIVE_PID"
54
deadline=$((SECONDS + 600))
0 commit comments