File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,14 @@ jobs:
2828 with :
2929 installMirrorNode : true
3030 hieroVersion : v0.63.7
31+ mirrorNodeVersion : v0.133.0
32+ mirrorNodePortRest : 5551
33+ mirrorNodePortGrpc : 5600
3134
3235 - name : Wait for Mirror Node
3336 run : |
34- echo "Waiting for Mirror Node to be ready on http://localhost:8080 ..."
35- until curl --output /dev/null --silent --head --fail http://localhost:8080/api/v1 /health; do
37+ echo "Waiting for Mirror Node to be ready on http://localhost:5551 ..."
38+ until curl --output /dev/null --silent --head --fail http://localhost:5551 /health; do
3639 echo "Mirror Node not ready, waiting..."
3740 sleep 5
3841 done
4447 HEDERA_ACCOUNT_ID : ${{ steps.solo.outputs.accountId }}
4548 HEDERA_PRIVATE_KEY : ${{ steps.solo.outputs.privateKey }}
4649 HEDERA_NETWORK : hiero-solo-action
47- MIRROR_NODE_URL : http://localhost:8080
50+ MIRROR_NODE_URL : http://localhost:5551
4851 run : ./mvnw verify -B -e -X
You can’t perform that action at this time.
0 commit comments